Method

Gdk.Monitor.get_manufacturer

Declaration [src]

const char*
gdk_monitor_get_manufacturer (
  GdkMonitor* monitor
)

Description [src]

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

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

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

Return value

Returns: const char*

the name of the manufacturer, or NULL

Ownership is not transferred to the caller
Can be NULL
The string is a NUL terminated UTF-8 string