| 49 |
50 |
| 50 gboolean pidgin_themes_smileys_disabled(void); |
51 gboolean pidgin_themes_smileys_disabled(void); |
| 51 |
52 |
| 52 void pidgin_themes_smiley_themeize(GtkWidget *); |
53 void pidgin_themes_smiley_themeize(GtkWidget *); |
| 53 |
54 |
| 54 /** |
|
| 55 * @since 2.5.0 |
|
| 56 */ |
|
| 57 void pidgin_themes_smiley_themeize_custom(GtkWidget *); |
55 void pidgin_themes_smiley_themeize_custom(GtkWidget *); |
| 58 |
56 |
| 59 void pidgin_themes_smiley_theme_probe(void); |
57 void pidgin_themes_smiley_theme_probe(void); |
| 60 |
58 |
| 61 void pidgin_themes_load_smiley_theme(const char *file, gboolean load); |
59 void pidgin_themes_load_smiley_theme(const char *file, gboolean load); |
| 62 |
60 |
| 63 /** |
|
| 64 * @since 2.1.0 |
|
| 65 */ |
|
| 66 void pidgin_themes_remove_smiley_theme(const char *file); |
61 void pidgin_themes_remove_smiley_theme(const char *file); |
| 67 |
62 |
| 68 GSList *pidgin_themes_get_proto_smileys(const char *id); |
63 GSList *pidgin_themes_get_proto_smileys(const char *id); |
| 69 |
64 |
| 70 #endif /* _PIDGINTHEMES_H_ */ |
65 #endif /* _PIDGINTHEMES_H_ */ |