pidgin/gtkconn.h

branch
soc.2013.gobjectification.plugins
changeset 37023
d9bcdc9a91e6
parent 37017
8e2b68c79fa1
child 37034
9d6765962b22
--- a/pidgin/gtkconn.h	Wed Jan 29 10:10:12 2014 +0530
+++ b/pidgin/gtkconn.h	Wed Jan 29 10:49:02 2014 +0530
@@ -35,7 +35,7 @@
 /**
  * Gets GTK+ Connection UI ops
  *
- * Returns: UI operations struct
+ * @return UI operations struct
  */
 PurpleConnectionUiOps *pidgin_connections_get_ui_ops(void);
 
@@ -44,7 +44,7 @@
 /**
  * Returns the GTK+ connection handle.
  *
- * Returns: The handle to the GTK+ connection system.
+ * @return The handle to the GTK+ connection system.
  */
 void *pidgin_connection_get_handle(void);
 

mercurial