comparison pidgin/gtkthemes.h @ 15501:d75099d2567e

gaim_gtk to pidgin. I hope
author Sean Egan <seanegan@gmail.com>
date Sat, 03 Feb 2007 07:23:11 +0000
parents 5fe8042783c1
children 760ef6d78d2d
comparison
equal deleted inserted replaced
15500:45ecefd0ce3a 15501:d75099d2567e
20 * 20 *
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 #ifndef _GAIM_GTKTHEMES_H_ 25 #ifndef _PIDGINTHEMES_H_
26 #define _GAIM_GTKTHEMES_H_ 26 #define _PIDGINTHEMES_H_
27 27
28 struct smiley_list { 28 struct smiley_list {
29 char *sml; 29 char *sml;
30 GSList *smileys; 30 GSList *smileys;
31 struct smiley_list *next; 31 struct smiley_list *next;
42 }; 42 };
43 43
44 extern struct smiley_theme *current_smiley_theme; 44 extern struct smiley_theme *current_smiley_theme;
45 extern GSList *smiley_themes; 45 extern GSList *smiley_themes;
46 46
47 void gaim_gtkthemes_init(void); 47 void pidginthemes_init(void);
48 gboolean gaim_gtkthemes_smileys_disabled(void); 48 gboolean pidginthemes_smileys_disabled(void);
49 void gaim_gtkthemes_smiley_themeize(GtkWidget *); 49 void pidginthemes_smiley_themeize(GtkWidget *);
50 void gaim_gtkthemes_smiley_theme_probe(void); 50 void pidginthemes_smiley_theme_probe(void);
51 void gaim_gtkthemes_load_smiley_theme(const char *file, gboolean load); 51 void pidginthemes_load_smiley_theme(const char *file, gboolean load);
52 GSList *gaim_gtkthemes_get_proto_smileys(const char *id); 52 GSList *pidginthemes_get_proto_smileys(const char *id);
53 #endif /* _GAIM_GTKDIALOGS_H_ */ 53 #endif /* _PIDGINDIALOGS_H_ */