Function
GtkNumerableIconnew
deprecated: 3.14 since: 3.0
Declaration [src]
GIcon*
gtk_numerable_icon_new (
GIcon* base_icon
)
Description [src]
Creates a new unthemed GtkNumerableIcon.
Available since: 3.0
Deprecated since: 3.14
Please do not use it in newly written code.
Parameters
base_icon-
Type:
GIconA
GIconto overlay on.The data is owned by the caller of the function.
Return value
Type: GIcon
A new GIcon.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |