Constructor
GtkStatusIconnew
deprecated: 3.14 since: 2.10
Declaration [src]
GtkStatusIcon*
gtk_status_icon_new (
void
)
Description [src]
Creates an empty status icon object.
Available since: 2.10
Deprecated since: 3.14
Use GNotification
and GtkApplication
to
provide status notifications.
Return value
Type: GtkStatusIcon
A new GtkStatusIcon
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |