GnomeIconTheme

GnomeIconTheme

Functions

Types and Values

Includes

#include <libgnomeui/libgnomeui.h>

Description

Functions

gnome_icon_theme_new ()

GnomeIconTheme *
gnome_icon_theme_new (void);

gnome_icon_theme_new is deprecated and should not be used in newly-written code.


gnome_icon_theme_get_search_path ()

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.


gnome_icon_theme_set_search_path ()

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.


gnome_icon_theme_get_allow_svg ()

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.


gnome_icon_theme_set_allow_svg ()

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.


gnome_icon_theme_get_example_icon_name ()

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.


gnome_icon_theme_append_search_path ()

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.


gnome_icon_theme_prepend_search_path ()

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.


gnome_icon_theme_set_custom_theme ()

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.


gnome_icon_theme_lookup_icon ()

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.


gnome_icon_theme_has_icon ()

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.


gnome_icon_theme_list_icons ()

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.


gnome_icon_theme_rescan_if_needed ()

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.


gnome_icon_data_dup ()

GnomeIconData *
gnome_icon_data_dup (const GnomeIconData *icon_data);

gnome_icon_data_dup is deprecated and should not be used in newly-written code.


gnome_icon_data_free ()

void
gnome_icon_data_free (GnomeIconData *icon_data);

gnome_icon_data_free is deprecated and should not be used in newly-written code.

Types and Values

struct GnomeIconThemeClass

struct GnomeIconThemeClass {
  GObjectClass parent_class;

  void (* changed)  (GnomeIconTheme *icon_theme);
};

GnomeIconThemeClass is deprecated and should not be used in newly-written code.


GnomeIconTheme

typedef GtkIconTheme GnomeIconTheme;

GnomeIconTheme is deprecated and should not be used in newly-written code.