Method

GtkNumerableIconget_background_icon_name

deprecated: 3.14 since: 3.0

Declaration [src]

const gchar*
gtk_numerable_icon_get_background_icon_name (
  GtkNumerableIcon* self
)

Description [src]

Returns the icon name used as the base background image, or NULL if there’s none.

Available since: 3.0

Deprecated since: 3.14

Please do not use it in newly written code.

Return value

Type: const gchar*

An icon name, or NULL.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.