mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
gtkicontheme: Mark copy/free compat symbols as skip
This commit is contained in:
parent
bf7804db64
commit
489a10f488
@ -3064,7 +3064,7 @@ icon_info_new_builtin (BuiltinIcon *icon)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_icon_info_copy:
|
||||
* gtk_icon_info_copy: (skip)
|
||||
* @icon_info: a #GtkIconInfo
|
||||
*
|
||||
* Make a copy of a #GtkIconInfo.
|
||||
@ -3085,7 +3085,7 @@ gtk_icon_info_copy (GtkIconInfo *icon_info)
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_icon_info_free:
|
||||
* gtk_icon_info_free: (skip)
|
||||
* @icon_info: a #GtkIconInfo
|
||||
*
|
||||
* Free a #GtkIconInfo and associated information
|
||||
|
Loading…
Reference in New Issue
Block a user