Method
GtkNumerableIconget_background_gicon
deprecated: 3.14 since: 3.0
Declaration [src]
GIcon*
gtk_numerable_icon_get_background_gicon (
GtkNumerableIcon* self
)
Description [src]
Returns the GIcon
that was set as the base background image, or
NULL
if there’s none. The caller of this function does not own
a reference to the returned GIcon
.
Available since: 3.0
Deprecated since: 3.14
Please do not use it in newly written code.
Return value
Type: GIcon
A GIcon
, or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |