get_builtin_pixbuf
Description:
[ Version ( deprecated = true , deprecated_since = "3.14" , since = "2.4" ) ]
public unowned Pixbuf? get_builtin_pixbuf ()
public unowned Pixbuf? get_builtin_pixbuf ()
Warning: get_builtin_pixbuf is deprecated since 3.14.
Gets the built-in image for this icon, if any.
Note:
This function is deprecated, use add_resource_path instead of builtin icons.
To allow GTK+ to use built in icon images, you must pass the gtk_icon_lookup_use_builtin to lookup_icon.
Parameters:
this |
a IconInfo |
Returns:
the built-in image pixbuf, or null. No extra reference is added to the returned pixbuf, so if you want to keep it around, you must use @ref. The returned image must not be modified. |