libpurple/protocols/qq/group_internal.c

branch
release-2.4.3
changeset 23194
e8c312705ee8
parent 19859
71d37b57eff2
child 23212
a39a33c79a3f
--- a/libpurple/protocols/qq/group_internal.c	Tue Jun 24 12:28:38 2008 +0000
+++ b/libpurple/protocols/qq/group_internal.c	Sun Jun 29 14:24:21 2008 +0000
@@ -230,7 +230,9 @@
 		*list = g_slist_remove(*list, GINT_TO_POINTER(id));
 }
 
-/* Return the location of id in list, or NULL if not found */
+/**
+ * @brief Return the location of id in list, or NULL if not found (返回id在链表中的位置,没有找到则返回NULL)
+ */
 GSList *qq_get_pending_id(GSList *list, guint32 id)
 {
         return g_slist_find(list, GINT_TO_POINTER(id));

mercurial