cpw.nader.asynclogging-3: d1bd2a8a: Added more function docs to log.h
morshed.nader at gmail.com
morshed.nader at gmail.com
Sun Mar 20 23:30:49 EDT 2011
----------------------------------------------------------------------
Revision: d1bd2a8a6865741bc8e328bbfcebc71ea26696e1
Parent: e4c030134e5f26996cf9012d4fcb4d4fbe83e97e
Author: morshed.nader at gmail.com
Date: 03/18/11 01:27:34
Branch: im.pidgin.cpw.nader.asynclogging-3
URL: http://d.pidgin.im/viewmtn/revision/info/d1bd2a8a6865741bc8e328bbfcebc71ea26696e1
Changelog:
Added more function docs to log.h
Changes against parent e4c030134e5f26996cf9012d4fcb4d4fbe83e97e
patched libpurple/log.h
-------------- next part --------------
============================================================
--- libpurple/log.h 01b81a25d85c7e5d7376bc59aca26e3a109ebef0
+++ libpurple/log.h d225c3bc5efbd80b870dc19471e70039d863d9b9
@@ -901,10 +901,24 @@ gchar *purple_log_get_log_dir(PurpleLogC
gchar *purple_log_get_log_dir(PurpleLogChatType type, const gchar *name,
PurpleAccount *account);
-//
+/**
+ * Copies a GList of GObjects, g_object_ref'ing each member in the list
+ *
+ * @param list The list to copy
+ *
+ * @return The copied list
+ *
+ * @since 3.0.0
+ */
GList *purple_log_list_copy(GList *list);
-//
+/**
+ * Frees a GList of GObjects, ensuring to g_object_unref each member in the list
+ *
+ * @param list The list to free
+ *
+ * @since 3.0.0
+ */
void purple_log_list_free(GList *list);
/**
More information about the Commits
mailing list