From 8f53a6e879f360e80941cb6e9d502d7522bbeeba Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Sat, 23 Apr 2022 19:13:29 +0200 Subject: Added doxygen comments to all functions in the headers Signed-off-by: TheJackiMonster --- src/ui/contacts.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/ui/contacts.h') diff --git a/src/ui/contacts.h b/src/ui/contacts.h index 6bb3475..f63b554 100644 --- a/src/ui/contacts.h +++ b/src/ui/contacts.h @@ -39,10 +39,23 @@ typedef struct UI_CONTACTS_Handle GtkButton *close_button; } UI_CONTACTS_Handle; +/** + * Initializes a handle for the contacts dialog + * of a given messenger application. + * + * @param app Messenger application + * @param handle Contacts dialog handle + */ void ui_contacts_dialog_init(MESSENGER_Application *app, UI_CONTACTS_Handle *handle); +/** + * Cleans up the allocated resources and resets the + * state of a given contacts dialog handle. + * + * @param handle Contacts dialog handle + */ void ui_contacts_dialog_cleanup(UI_CONTACTS_Handle *handle); -- cgit v1.2.3