aboutsummaryrefslogtreecommitdiff
path: root/libmessaging-menu/messaging-menu.h
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-08-29 09:17:14 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-08-29 09:17:14 +0200
commit462b560f917d51a81c5d6ffa4e21e4e5b0194a99 (patch)
treef93aaf11842e699446c6b3bbdcfdb361ed8955e2 /libmessaging-menu/messaging-menu.h
parentabda3b07fce605d8de1c182e1dfc7569ed681f3e (diff)
downloadayatana-indicator-messages-462b560f917d51a81c5d6ffa4e21e4e5b0194a99.tar.gz
ayatana-indicator-messages-462b560f917d51a81c5d6ffa4e21e4e5b0194a99.tar.bz2
ayatana-indicator-messages-462b560f917d51a81c5d6ffa4e21e4e5b0194a99.zip
libmessaging-menu: add documentation
Adds an overview description of the messaging menu and documentation for enums, properties, and signals.
Diffstat (limited to 'libmessaging-menu/messaging-menu.h')
-rw-r--r--libmessaging-menu/messaging-menu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libmessaging-menu/messaging-menu.h b/libmessaging-menu/messaging-menu.h
index e767099..4668319 100644
--- a/libmessaging-menu/messaging-menu.h
+++ b/libmessaging-menu/messaging-menu.h
@@ -29,6 +29,11 @@ G_BEGIN_DECLS
#define MESSAGING_MENU_APP_CLASS(c) (G_TYPE_CHECK_CLASS_CAST ((c), MESSAGING_MENU_TYPE_APP, MessagingMenuAppClass))
#define MESSAGING_MENU_IS_APP(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), MESSAGING_MENU_TYPE_APP))
+/**
+ * MessagingMenuStatus:
+ *
+ * An enumeration for the possible chat statuses the messaging menu can be in.
+ */
typedef enum {
MESSAGING_MENU_STATUS_AVAILABLE,
MESSAGING_MENU_STATUS_AWAY,