--- 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);