1 #ifndef _GSB_SELECT_ICON_H
2 #define _GSB_SELECT_ICON_H (1)
3 
4 #include <gtk/gtk.h>
5 
6 /* START_INCLUDE_H */
7 /* END_INCLUDE_H */
8 
9 /* START_DECLARATION */
10 gchar * 	gsb_select_icon_create_window 						(gchar *name_icon);
11 GdkPixbuf *	gsb_select_icon_get_default_logo_pixbuf 			(void);
12 GdkPixbuf *	gsb_select_icon_get_logo_pixbuf 					(void);
13 gboolean 	gsb_select_icon_init_logo_variables 				(void);
14 GdkPixbuf *	gsb_select_icon_new_account_pixbuf_from_file 		(const gchar *filename);
15 void 		gsb_select_icon_set_gtk_icon_theme_path 			(void);
16 void 		gsb_select_icon_set_logo_pixbuf 					(GdkPixbuf *pixbuf);
17 /* END_DECLARATION */
18 #endif
19