summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-06-20 08:46:42 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-06-20 08:46:42 -0400
commit4f1ff179bb7810160f6aad1f756adaa7e3d6e119 (patch)
treec45cb1e7c74eaca72ef3f904df56d101a45c6bcd /gtk/gtkicontheme.c
parenta31e8369f8deca6cb753be6d81e59caababcb043 (diff)
downloadgtk+-4f1ff179bb7810160f6aad1f756adaa7e3d6e119.tar.gz
Revert "Document gtk_icon_theme_add_resource_path"
This reverts commit 988b6b483dc9c21d050161d26652bb1006b9c686.
Diffstat (limited to 'gtk/gtkicontheme.c')
-rw-r--r--gtk/gtkicontheme.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index c23b300dc3..d0c1d08879 100644
--- a/gtk/gtkicontheme.c
+++ b/gtk/gtkicontheme.c
@@ -1000,22 +1000,6 @@ gtk_icon_theme_prepend_search_path (GtkIconTheme *icon_theme,
do_theme_change (icon_theme);
}
-/**
- * gtk_icon_theme_add_resource_path:
- * @icon_theme: a #GtkIconTheme
- * @path: a resource path
- *
- * Adds a resource path that will be looked at when looking
- * for icon theme contents, similar to search paths. The resources
- * should be located in a subdirectory starting with the theme name,
- * like this:
- * `@path/hicolor/16x16/actions/run.png`.
- *
- * This function should be used to make application-specific icons
- * available as part of the icon theme.
- *
- * Since: 3.14
- */
void
gtk_icon_theme_add_resource_path (GtkIconTheme *icon_theme,
const gchar *path)