get_builtin_pixbuf


Description:

public unowned Pixbuf get_builtin_pixbuf ()

Gets the built-in image for this icon, if any.

Note:

This function is deprecated, use gtk_icon_theme_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.