comparison libgaim/protocols/qq/utils.h @ 15072:902f3621aa13

[gaim-migrate @ 17855] Use the QQ faces as buddy icons instead of status icons. Also, a few minor cleanups and a bug fix for faces > 33. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Thu, 30 Nov 2006 10:30:13 +0000
parents c039c920e11c
children e952a5fc97b3
comparison
equal deleted inserted replaced
15071:97ae8709d6dc 15072:902f3621aa13
40 40
41 guint32 gaim_name_to_uid(const gchar *name); 41 guint32 gaim_name_to_uid(const gchar *name);
42 gchar *uid_to_gaim_name(guint32 uid); 42 gchar *uid_to_gaim_name(guint32 uid);
43 gchar *chat_name_to_gaim_name(const gchar *const name); 43 gchar *chat_name_to_gaim_name(const gchar *const name);
44 44
45 gchar *get_icon_name(gint set); 45 gchar *face_to_icon_str(gint face);
46 46
47 void try_dump_as_gbk(const guint8 *const data, gint len); 47 void try_dump_as_gbk(const guint8 *const data, gint len);
48 48
49 guint8 *hex_str_to_bytes(const gchar *buf, gint *out_len); 49 guint8 *hex_str_to_bytes(const gchar *buf, gint *out_len);
50 gchar *hex_dump_to_str(const guint8 *buf, gint buf_len); 50 gchar *hex_dump_to_str(const guint8 *buf, gint buf_len);