pidgin/gtkconn.h

branch
soc.2013.gobjectification.plugins
changeset 37053
e8959e0f6a37
parent 37034
9d6765962b22
parent 35415
ba28be1a7611
child 37065
3546d731987e
--- a/pidgin/gtkconn.h	Sun Feb 02 04:05:52 2014 +0530
+++ b/pidgin/gtkconn.h	Sun Feb 02 17:35:34 2014 +0530
@@ -33,6 +33,8 @@
 /*@{*/
 
 /**
+ * pidgin_connections_get_ui_ops:
+ *
  * Gets GTK+ Connection UI ops
  *
  * Returns: UI operations struct
@@ -42,6 +44,8 @@
 /*@}*/
 
 /**
+ * pidgin_connection_get_handle:
+ *
  * Returns the GTK+ connection handle.
  *
  * Returns: The handle to the GTK+ connection system.
@@ -49,11 +53,15 @@
 void *pidgin_connection_get_handle(void);
 
 /**
+ * pidgin_connection_init:
+ *
  * Initializes the GTK+ connection system.
  */
 void pidgin_connection_init(void);
 
 /**
+ * pidgin_connection_uninit:
+ *
  * Uninitializes the GTK+ connection system.
  */
 void pidgin_connection_uninit(void);

mercurial