comparison pidgin/gtkthemes.h @ 32687:02a2e8183b1d

Clean the API documentation in preparation for 3.0.0 by removing all the old @since tags.
author andrew.victor@mxit.com
date Sun, 25 Sep 2011 18:56:58 +0000
parents fe75cd926073
children
comparison
equal deleted inserted replaced
32685:9d5b87e1a4d0 32687:02a2e8183b1d
50 50
51 gboolean pidgin_themes_smileys_disabled(void); 51 gboolean pidgin_themes_smileys_disabled(void);
52 52
53 void pidgin_themes_smiley_themeize(GtkWidget *); 53 void pidgin_themes_smiley_themeize(GtkWidget *);
54 54
55 /**
56 * @since 2.5.0
57 */
58 void pidgin_themes_smiley_themeize_custom(GtkWidget *); 55 void pidgin_themes_smiley_themeize_custom(GtkWidget *);
59 56
60 void pidgin_themes_smiley_theme_probe(void); 57 void pidgin_themes_smiley_theme_probe(void);
61 58
62 void pidgin_themes_load_smiley_theme(const char *file, gboolean load); 59 void pidgin_themes_load_smiley_theme(const char *file, gboolean load);
63 60
64 /**
65 * @since 2.1.0
66 */
67 void pidgin_themes_remove_smiley_theme(const char *file); 61 void pidgin_themes_remove_smiley_theme(const char *file);
68 62
69 GSList *pidgin_themes_get_proto_smileys(const char *id); 63 GSList *pidgin_themes_get_proto_smileys(const char *id);
70 64
71 #endif /* _PIDGINTHEMES_H_ */ 65 #endif /* _PIDGINTHEMES_H_ */