summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-06-20 00:49:25 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-06-30 17:17:49 -0400
commit5a548106b0b724530f8ea4f236c9b543d432db01 (patch)
tree014f05257ecfcc75fcd1a5d1ff0bb3cdaac93fc4 /gtk/gtkicontheme.c
parente9ac1bb4767b7139658fc2f5548c65a7baabb46b (diff)
downloadgtk+-5a548106b0b724530f8ea4f236c9b543d432db01.tar.gz
Deprecate gtk_icon_theme_add_builtin_icon
Builtin icons are deprecated in favor of loading icons from resource paths.
Diffstat (limited to 'gtk/gtkicontheme.c')
-rw-r--r--gtk/gtkicontheme.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index f715af8acb..8ecfa90fc9 100644
--- a/gtk/gtkicontheme.c
+++ b/gtk/gtkicontheme.c
@@ -3585,6 +3585,9 @@ gtk_icon_info_get_filename (GtkIconInfo *icon_info)
* The returned image must not be modified.
*
* Since: 2.4
+ *
+ * Deprecated: 3.14: This function is deprecated, use
+ * gtk_icon_theme_add_resource_path() instead of builtin icons.
*/
GdkPixbuf *
gtk_icon_info_get_builtin_pixbuf (GtkIconInfo *icon_info)
@@ -5000,6 +5003,9 @@ gtk_icon_info_get_display_name (GtkIconInfo *icon_info)
* via gdk_pixbuf_new_from_inline().
*
* Since: 2.4
+ *
+ * Deprecated: 3.14: Use gtk_icon_theme_add_resource_path()
+ * to add application-specific icons to the icon theme.
*/
void
gtk_icon_theme_add_builtin_icon (const gchar *icon_name,