Method

GdkMonitorget_description

Declaration [src]

const char*
gdk_monitor_get_description (
  GdkMonitor* monitor
)

Description [src]

Gets a string describing the monitor, if available.

This can be used to identify a monitor in the UI.

Available since:4.10

Return value

Returns: const char*
 

The monitor description.

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