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