summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-06-20 08:50:31 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-06-20 08:50:31 -0400
commit2672837a1471ba6f3f6afe1ab7017f3c10b21d76 (patch)
tree17f0f27555735ac42fbd619d9a029712217e15c0 /gtk/gtkicontheme.h
parent4f1ff179bb7810160f6aad1f756adaa7e3d6e119 (diff)
downloadgtk+-2672837a1471ba6f3f6afe1ab7017f3c10b21d76.tar.gz
GtkIconTheme: Keep gtk_icon_theme_add_resource_path private for now
We need to discuss some details of the semantics before we can make this public.
Diffstat (limited to 'gtk/gtkicontheme.h')
-rw-r--r--gtk/gtkicontheme.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h
index e37a52dd9d..6d7fab2537 100644
--- a/gtk/gtkicontheme.h
+++ b/gtk/gtkicontheme.h
@@ -187,10 +187,6 @@ GDK_AVAILABLE_IN_ALL
void gtk_icon_theme_prepend_search_path (GtkIconTheme *icon_theme,
const gchar *path);
-GDK_AVAILABLE_IN_3_14
-void gtk_icon_theme_add_resource_path (GtkIconTheme *icon_theme,
- const gchar *path);
-
GDK_AVAILABLE_IN_ALL
void gtk_icon_theme_set_custom_theme (GtkIconTheme *icon_theme,
const gchar *theme_name);