[gtk+] GtkIconTheme: Keep gtk_icon_theme_add_resource_path private for now



commit 2672837a1471ba6f3f6afe1ab7017f3c10b21d76
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jun 20 08:50:31 2014 -0400

    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.

 gtk/gtkicontheme.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h
index e37a52d..6d7fab2 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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]