Method
GtkNumerableIconget_background_gicon
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 data is owned by the instance. |
The return value can be NULL . |