comparison pidgin/gtkthemes.h @ 22870:3d7e9eff04d0

Assorted cleanups, mostly to the Doxygen comments. I added a few missing @since tags.
author Richard Laager <rlaager@wiktel.com>
date Sun, 11 May 2008 05:08:08 +0000
parents 6bf32c9e15a7
children dea8b856466e
comparison
equal deleted inserted replaced
22869:cf2ac6f0758a 22870:3d7e9eff04d0
44 44
45 extern struct smiley_theme *current_smiley_theme; 45 extern struct smiley_theme *current_smiley_theme;
46 extern GSList *smiley_themes; 46 extern GSList *smiley_themes;
47 47
48 void pidgin_themes_init(void); 48 void pidgin_themes_init(void);
49
49 gboolean pidgin_themes_smileys_disabled(void); 50 gboolean pidgin_themes_smileys_disabled(void);
51
50 void pidgin_themes_smiley_themeize(GtkWidget *); 52 void pidgin_themes_smiley_themeize(GtkWidget *);
53
51 void pidgin_themes_smiley_theme_probe(void); 54 void pidgin_themes_smiley_theme_probe(void);
55
52 void pidgin_themes_load_smiley_theme(const char *file, gboolean load); 56 void pidgin_themes_load_smiley_theme(const char *file, gboolean load);
57
58 /**
59 * @since 2.1.0
60 */
53 void pidgin_themes_remove_smiley_theme(const char *file); 61 void pidgin_themes_remove_smiley_theme(const char *file);
62
54 GSList *pidgin_themes_get_proto_smileys(const char *id); 63 GSList *pidgin_themes_get_proto_smileys(const char *id);
55 #endif /* _PIDGINDIALOGS_H_ */ 64
65 #endif /* _PIDGINTHEMES_H_ */