pidgin: 6d04d6b7: documents purple_prefs_connect_callback

khc at pidgin.im khc at pidgin.im
Wed Jul 15 03:25:26 EDT 2009


-----------------------------------------------------------------
Revision: 6d04d6b76f6ef12bc5e49a1c9bf842a1db7c1b7c
Ancestor: 954b8c801422d990f249d771f88130b5f4b00000
Author: khc at pidgin.im
Date: 2009-07-15T07:22:50
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/6d04d6b76f6ef12bc5e49a1c9bf842a1db7c1b7c

Modified files:
        libpurple/prefs.h

ChangeLog: 

documents purple_prefs_connect_callback


-------------- next part --------------
============================================================
--- libpurple/prefs.h	c602a40a7ee49365f1d797fd6603111ce2812007
+++ libpurple/prefs.h	776648b40ae01d1b7759f7d801e0fe95a3fb82cd
@@ -315,6 +315,15 @@ GList *purple_prefs_get_children_names(c
 
 /**
  * Add a callback to a pref (and its children)
+ *
+ * @param handle   The handle of the receiver.
+ * @param name     The name of the preference
+ * @param cb       The callback function
+ * @param data     The data to pass to the callback function.
+ *
+ * @return An id to disconnect the callback
+ *
+ * @see purple_prefs_disconnect_callback
  */
 guint purple_prefs_connect_callback(void *handle, const char *name, PurplePrefCallback cb,
 		gpointer data);


More information about the Commits mailing list