libpurple/protocols/qq/char_conv.h

changeset 15884
4de1981757fc
parent 15540
fb1766fe5155
child 18068
b6554e3c8224
child 19859
71d37b57eff2
--- a/libpurple/protocols/qq/char_conv.h	Mon Mar 19 06:11:46 2007 +0000
+++ b/libpurple/protocols/qq/char_conv.h	Mon Mar 19 07:01:17 2007 +0000
@@ -1,9 +1,9 @@
 /**
  * @file char_conv.h
  *
- * gaim
+ * purple
  *
- * Gaim is the legal property of its developers, whose names are too numerous
+ * Purple is the legal property of its developers, whose names are too numerous
  * to list here.  Please refer to the COPYRIGHT file distributed with this
  * source distribution.
  *
@@ -31,13 +31,13 @@
 
 gint convert_as_pascal_string(guint8 *data, gchar **ret, const gchar *from_charset);
 
-gchar *qq_smiley_to_gaim(gchar *text);
+gchar *qq_smiley_to_purple(gchar *text);
 
-gchar *gaim_smiley_to_qq(gchar *text);
+gchar *purple_smiley_to_qq(gchar *text);
 
 gchar *utf8_to_qq(const gchar *str, const gchar *to_charset);
 gchar *qq_to_utf8(const gchar *str, const gchar *from_charset);
-gchar *qq_encode_to_gaim(guint8 *font_attr_data, gint len, const gchar *msg);
+gchar *qq_encode_to_purple(guint8 *font_attr_data, gint len, const gchar *msg);
 
 gchar *qq_im_filter_html(const gchar *text);
 

mercurial