summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-07-20 18:07:21 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-07-20 18:07:21 +0000
commit7014a3b5bb9a630661a66d440ca43a7ca7bba2d8 (patch)
tree0bb7cc5c0b198b38cab742b70b92af0b36cc1be8 /gtk/gtkicontheme.h
parent066bb1b8f64a3b76a6600738e257cc44f439b651 (diff)
downloadgtk+-7014a3b5bb9a630661a66d440ca43a7ca7bba2d8.tar.gz
Export this privately.
2006-07-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkicontheme.h: * gtk/gtkicontheme.c (_gtk_icon_theme_ensure_builtin_cache): Export this privately. * gtk/gtkiconfactory.c (render_fallback_image): And call it here to initialize the builtin cache before using it. (#348063, Diego Pettenò)
Diffstat (limited to 'gtk/gtkicontheme.h')
-rw-r--r--gtk/gtkicontheme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h
index 8190806d25..1c607ad580 100644
--- a/gtk/gtkicontheme.h
+++ b/gtk/gtkicontheme.h
@@ -169,6 +169,7 @@ G_CONST_RETURN gchar *gtk_icon_info_get_display_name (GtkIconInfo *icon_info)
/* Non-public methods */
void _gtk_icon_theme_check_reload (GdkDisplay *display);
+void _gtk_icon_theme_ensure_builtin_cache (void);
G_END_DECLS