Top | ![]() |
![]() |
![]() |
![]() |
GnomeIconTheme * | gnome_icon_theme_new () |
void | gnome_icon_theme_get_search_path () |
void | gnome_icon_theme_set_search_path () |
gboolean | gnome_icon_theme_get_allow_svg () |
void | gnome_icon_theme_set_allow_svg () |
char * | gnome_icon_theme_get_example_icon_name () |
void | gnome_icon_theme_append_search_path () |
void | gnome_icon_theme_prepend_search_path () |
void | gnome_icon_theme_set_custom_theme () |
char * | gnome_icon_theme_lookup_icon () |
gboolean | gnome_icon_theme_has_icon () |
GList * | gnome_icon_theme_list_icons () |
gboolean | gnome_icon_theme_rescan_if_needed () |
GnomeIconData * | gnome_icon_data_dup () |
void | gnome_icon_data_free () |
GnomeIconTheme *
gnome_icon_theme_new (void
);
gnome_icon_theme_new
is deprecated and should not be used in newly-written code.
void gnome_icon_theme_get_search_path (GnomeIconTheme *theme
,char **path[]
,int *n_elements
);
gnome_icon_theme_get_search_path
is deprecated and should not be used in newly-written code.
void gnome_icon_theme_set_search_path (GnomeIconTheme *theme
,const char *path[]
,int n_elements
);
gnome_icon_theme_set_search_path
is deprecated and should not be used in newly-written code.
gboolean
gnome_icon_theme_get_allow_svg (GnomeIconTheme *theme
);
gnome_icon_theme_get_allow_svg
is deprecated and should not be used in newly-written code.
void gnome_icon_theme_set_allow_svg (GnomeIconTheme *theme
,gboolean allow_svg
);
gnome_icon_theme_set_allow_svg
is deprecated and should not be used in newly-written code.
char *
gnome_icon_theme_get_example_icon_name
(GnomeIconTheme *theme
);
gnome_icon_theme_get_example_icon_name
is deprecated and should not be used in newly-written code.
void gnome_icon_theme_append_search_path (GnomeIconTheme *theme
,const char *path
);
gnome_icon_theme_append_search_path
is deprecated and should not be used in newly-written code.
void gnome_icon_theme_prepend_search_path (GnomeIconTheme *theme
,const char *path
);
gnome_icon_theme_prepend_search_path
is deprecated and should not be used in newly-written code.
void gnome_icon_theme_set_custom_theme (GnomeIconTheme *theme
,const char *theme_name
);
gnome_icon_theme_set_custom_theme
is deprecated and should not be used in newly-written code.
char * gnome_icon_theme_lookup_icon (GnomeIconTheme *theme
,const char *icon_name
,int size
,const GnomeIconData **icon_data
,int *base_size
);
gnome_icon_theme_lookup_icon
is deprecated and should not be used in newly-written code.
gboolean gnome_icon_theme_has_icon (GnomeIconTheme *theme
,const char *icon_name
);
gnome_icon_theme_has_icon
is deprecated and should not be used in newly-written code.
GList * gnome_icon_theme_list_icons (GnomeIconTheme *theme
,const char *context
);
gnome_icon_theme_list_icons
is deprecated and should not be used in newly-written code.
gboolean
gnome_icon_theme_rescan_if_needed (GnomeIconTheme *theme
);
gnome_icon_theme_rescan_if_needed
is deprecated and should not be used in newly-written code.
GnomeIconData *
gnome_icon_data_dup (const GnomeIconData *icon_data
);
gnome_icon_data_dup
is deprecated and should not be used in newly-written code.