Method

GdkMonitorget_manufacturer

Declaration [src]

const char*
gdk_monitor_get_manufacturer (
  GdkMonitor* monitor
)

Description [src]

Gets the name or PNP ID of the monitor’s manufacturer, if available.

Note that this value might also vary depending on actual display backend.

PNP ID registry is located at https://uefi.org/pnp_id_list.

Return value

Type: const char*

The name of the manufacturer, 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.