diff options
author | Timm Bäder <mail@baedert.org> | 2016-10-05 18:35:06 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:17:21 +0200 |
commit | ed184b393593059f9c99280fb9ca685a36a483a1 (patch) | |
tree | 8dc1bb882f646dab94ce7a8e09ab7f1c1ca1bcde /gtk/gtkicontheme.h | |
parent | 5b00a31c3056097084bc64a3ae8da6d54db5ee73 (diff) | |
download | gtk+-ed184b393593059f9c99280fb9ca685a36a483a1.tar.gz |
Remove GtkIconFactory
Move the icon size lookup API into gtkicontheme.c
Diffstat (limited to 'gtk/gtkicontheme.h')
-rw-r--r-- | gtk/gtkicontheme.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h index 48a22e69a6..ba1320e311 100644 --- a/gtk/gtkicontheme.h +++ b/gtk/gtkicontheme.h @@ -365,6 +365,14 @@ gboolean gtk_icon_info_get_attach_points (GtkIconInfo *icon_info GDK_DEPRECATED_IN_3_14 const gchar * gtk_icon_info_get_display_name (GtkIconInfo *icon_info); +#ifndef GDK_MULTIHEAD_SAFE +GDK_AVAILABLE_IN_ALL +gboolean gtk_icon_size_lookup (GtkIconSize size, + gint *width, + gint *height); +#endif /* GDK_MULTIHEAD_SAFE */ + + G_END_DECLS #endif /* __GTK_ICON_THEME_H__ */ |