diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-08-29 13:35:21 +0200 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-08-29 13:35:21 +0200 |
commit | 857c8a373f85608bc4df4f689e85a3af3b1966f1 (patch) | |
tree | 89e504ed28bf9e472398e15a3c3e68fcb9bc67e0 | |
parent | c5a99f8bad23f7524c1e5a5da7413e1462a3a7f2 (diff) | |
download | ayatana-indicator-messages-857c8a373f85608bc4df4f689e85a3af3b1966f1.tar.gz ayatana-indicator-messages-857c8a373f85608bc4df4f689e85a3af3b1966f1.tar.bz2 ayatana-indicator-messages-857c8a373f85608bc4df4f689e85a3af3b1966f1.zip |
Fix gtk-doc warnings
-rw-r--r-- | libmessaging-menu/messaging-menu.c | 2 | ||||
-rw-r--r-- | libmessaging-menu/messaging-menu.h | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libmessaging-menu/messaging-menu.c b/libmessaging-menu/messaging-menu.c index f910de1..bf86c39 100644 --- a/libmessaging-menu/messaging-menu.c +++ b/libmessaging-menu/messaging-menu.c @@ -246,7 +246,7 @@ messaging_menu_app_class_init (MessagingMenuAppClass *class) * Emitted when the user has activated the message source with id * @source_id. The source is immediately removed from the menu, * handlers of this signal do not need to call - * mesaging_menu_app_remove(). + * messaging_menu_app_remove_source(). */ signals[ACTIVATE_SOURCE] = g_signal_new ("activate-source", MESSAGING_MENU_TYPE_APP, diff --git a/libmessaging-menu/messaging-menu.h b/libmessaging-menu/messaging-menu.h index 4668319..66f644f 100644 --- a/libmessaging-menu/messaging-menu.h +++ b/libmessaging-menu/messaging-menu.h @@ -31,6 +31,11 @@ G_BEGIN_DECLS /** * MessagingMenuStatus: + * @MESSAGING_MENU_STATUS_AVAILABLE: available + * @MESSAGING_MENU_STATUS_AWAY: away + * @MESSAGING_MENU_STATUS_BUSY: busy + * @MESSAGING_MENU_STATUS_INVISIBLE: invisible + * @MESSAGING_MENU_STATUS_OFFLINE: offline * * An enumeration for the possible chat statuses the messaging menu can be in. */ |