diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-07-17 03:55:07 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-07-17 03:55:07 +0000 |
commit | a5638e82e8f5bef394166fecd997752204299155 (patch) | |
tree | cd6d74fceba6a917d1f5b9ffdef1329ce01fd06c /gtk/gtkicontheme.h | |
parent | 1d45cbd83155e4df2bbbf61230ea4f09bb44dde6 (diff) | |
download | gtk+-a5638e82e8f5bef394166fecd997752204299155.tar.gz |
Support named themed window icons.
Diffstat (limited to 'gtk/gtkicontheme.h')
-rw-r--r-- | gtk/gtkicontheme.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h index 33bd6625fa..c97d7a1305 100644 --- a/gtk/gtkicontheme.h +++ b/gtk/gtkicontheme.h @@ -116,6 +116,8 @@ void gtk_icon_theme_set_custom_theme (GtkIconTheme gboolean gtk_icon_theme_has_icon (GtkIconTheme *icon_theme, const gchar *icon_name); +gint *gtk_icon_theme_get_icon_sizes (GtkIconTheme *icon_theme, + const gchar *icon_name); GtkIconInfo * gtk_icon_theme_lookup_icon (GtkIconTheme *icon_theme, const gchar *icon_name, gint size, |