diff pidgin/gtkthemes.h @ 16202:0973688f4b74

Word on the street is that we don't want things named pidginfoo_bar(), but pidgin_foo_bar() instead.
author Richard Laager <rlaager@wiktel.com>
date Mon, 16 Apr 2007 05:27:17 +0000
parents 247e421c4fa6
children cf6b7aeae062
line wrap: on
line diff
--- a/pidgin/gtkthemes.h	Mon Apr 16 05:07:21 2007 +0000
+++ b/pidgin/gtkthemes.h	Mon Apr 16 05:27:17 2007 +0000
@@ -44,10 +44,10 @@
 extern struct smiley_theme *current_smiley_theme;
 extern GSList *smiley_themes;
 
-void pidginthemes_init(void);
-gboolean pidginthemes_smileys_disabled(void);
-void pidginthemes_smiley_themeize(GtkWidget *);
-void pidginthemes_smiley_theme_probe(void);
-void pidginthemes_load_smiley_theme(const char *file, gboolean load);
-GSList *pidginthemes_get_proto_smileys(const char *id);
+void pidgin_themes_init(void);
+gboolean pidgin_themes_smileys_disabled(void);
+void pidgin_themes_smiley_themeize(GtkWidget *);
+void pidgin_themes_smiley_theme_probe(void);
+void pidgin_themes_load_smiley_theme(const char *file, gboolean load);
+GSList *pidgin_themes_get_proto_smileys(const char *id);
 #endif /* _PIDGINDIALOGS_H_ */