pidgin/gtknotify.h

branch
soc.2013.gobjectification.plugins
changeset 37053
e8959e0f6a37
parent 37034
9d6765962b22
parent 35416
35c615531b2a
child 37065
3546d731987e
--- a/pidgin/gtknotify.h	Sun Feb 02 04:05:52 2014 +0530
+++ b/pidgin/gtknotify.h	Sun Feb 02 17:35:34 2014 +0530
@@ -32,19 +32,22 @@
 G_BEGIN_DECLS
 
 /**
- * Adds a buddy pounce to the buddy pounce dialog
- *
+ * pidgin_notify_pounce_add:
  * @account:	The account
  * @pounce:	The pounce
  * @alias:		The buddy alias
  * @event:		Event description
  * @message:	Pounce message
  * @date:		Pounce date
+ *
+ * Adds a buddy pounce to the buddy pounce dialog
  */
 void pidgin_notify_pounce_add(PurpleAccount *account, PurplePounce *pounce,
 		const char *alias, const char *event, const char *message, const char *date);
 
 /**
+ * pidgin_notify_get_ui_ops:
+ *
  * Returns the UI operations structure for GTK+ notification functions.
  *
  * Returns: The GTK+ UI notify operations structure.
@@ -52,18 +55,22 @@
 PurpleNotifyUiOps *pidgin_notify_get_ui_ops(void);
 
 /**
+ * pidgin_notify_init:
+ *
  * Initializes the GTK+ notifications subsystem.
  */
 void pidgin_notify_init(void);
 
 /**
+ * pidgin_notify_uninit:
+ *
  * Uninitialized the GTK+ notifications subsystem.
  */
 void pidgin_notify_uninit(void);
 
-G_END_DECLS
-
 /**
+ * pidgin_notify_emails_pending:
+ *
  * Returns TRUE if there are unseen emails, FALSE otherwise.
  *
  * Returns: TRUE if there are unseen emails, FALSE otherwise.
@@ -71,10 +78,14 @@
 gboolean pidgin_notify_emails_pending(void);
 
 /**
+ * pidgin_notify_emails_present:
+ *
  * Presents mail dialog to the user.
  *
  * Returns: void.
  */
 void pidgin_notify_emails_present(void *data);
 
+G_END_DECLS
+
 #endif /* _PIDGINNOTIFY_H_ */

mercurial