Revert "Document gtk_icon_theme_add_resource_path"

This reverts commit 988b6b483d.
This commit is contained in:
Matthias Clasen 2014-06-20 08:46:42 -04:00
parent a31e8369f8
commit 4f1ff179bb
2 changed files with 0 additions and 17 deletions

View File

@ -6695,7 +6695,6 @@ gtk_icon_theme_set_search_path
gtk_icon_theme_get_search_path
gtk_icon_theme_append_search_path
gtk_icon_theme_prepend_search_path
gtk_icon_theme_add_resource_path
gtk_icon_theme_set_custom_theme
gtk_icon_theme_has_icon
gtk_icon_theme_lookup_icon

View File

@ -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)