mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Deprecate gtk_icon_theme_add_builtin_icon
This commit is contained in:
parent
988b6b483d
commit
923eeda2d3
@ -3542,6 +3542,8 @@ 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.
|
||||
*/
|
||||
GdkPixbuf *
|
||||
gtk_icon_info_get_builtin_pixbuf (GtkIconInfo *icon_info)
|
||||
@ -4989,6 +4991,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,
|
||||
|
@ -270,7 +270,7 @@ char * gtk_icon_theme_get_example_icon_name (GtkIconTheme
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
gboolean gtk_icon_theme_rescan_if_needed (GtkIconTheme *icon_theme);
|
||||
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
GDK_DEPRECATED_IN_3_14_FOR(gtk_icon_theme_add_builtin_icon)
|
||||
void gtk_icon_theme_add_builtin_icon (const gchar *icon_name,
|
||||
gint size,
|
||||
GdkPixbuf *pixbuf);
|
||||
@ -292,7 +292,7 @@ GDK_AVAILABLE_IN_3_10
|
||||
gint gtk_icon_info_get_base_scale (GtkIconInfo *icon_info);
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
const gchar * gtk_icon_info_get_filename (GtkIconInfo *icon_info);
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
GDK_DEPRECATED_IN_3_14
|
||||
GdkPixbuf * gtk_icon_info_get_builtin_pixbuf (GtkIconInfo *icon_info);
|
||||
GDK_AVAILABLE_IN_3_12
|
||||
gboolean gtk_icon_info_is_symbolic (GtkIconInfo *icon_info);
|
||||
|
Loading…
Reference in New Issue
Block a user