diff options
-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. */ |