Method

GtkStatusIconget_screen

deprecated: 3.14 since: 2.12

Declaration [src]

GdkScreen*
gtk_status_icon_get_screen (
  GtkStatusIcon* status_icon
)

Description [src]

Returns the GdkScreen associated with status_icon.

Available since: 2.12

Deprecated since: 3.14

Use GNotification and GtkApplication to provide status notifications; there is no direct replacement for this function, as notifications are managed by the platform.

Gets propertyGtk.StatusIcon:screen

Return value

Type: GdkScreen

A GdkScreen.

The returned data is owned by the instance.