comparison libpurple/protocols/qq/group_internal.h @ 24024:22745e6a3136

disapproval of revision '5316525f53e27f838d18a6a08b82c7d55f674591'
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 15 Sep 2008 03:03:33 +0000
parents d4e0b7c484b1
children 225e0e9e1055
comparison
equal deleted inserted replaced
24023:d4e0b7c484b1 24024:22745e6a3136
42 qq_group *qq_group_create_internal_record(PurpleConnection *gc, 42 qq_group *qq_group_create_internal_record(PurpleConnection *gc,
43 guint32 internal_id, guint32 ext_id, gchar *group_name_utf8); 43 guint32 internal_id, guint32 ext_id, gchar *group_name_utf8);
44 void qq_group_delete_internal_record(qq_data *qd, guint32 id); 44 void qq_group_delete_internal_record(qq_data *qd, guint32 id);
45 45
46 GHashTable *qq_group_to_hashtable(qq_group *group); 46 GHashTable *qq_group_to_hashtable(qq_group *group);
47 qq_group *qq_room_create_by_hashtable(PurpleConnection *gc, GHashTable *data); 47 qq_group *qq_group_from_hashtable(PurpleConnection *gc, GHashTable *data);
48 48
49 void qq_group_refresh(PurpleConnection *gc, qq_group *group); 49 void qq_group_refresh(PurpleConnection *gc, qq_group *group);
50 50
51 void qq_set_pending_id(GSList **list, guint32 id, gboolean pending); 51 void qq_set_pending_id(GSList **list, guint32 id, gboolean pending);
52 GSList *qq_get_pending_id(GSList *list, guint32 id); 52 GSList *qq_get_pending_id(GSList *list, guint32 id);