Class

GmDeviceInfo

since: 0.0.1

[]

Description [src]

final class Gm.DeviceInfo : GObject.Object
{
  /* No available fields */
}

Get device dependent information.

Allows to query device dependent information from different sources (currently we only look a the built-in gresources).

The lookups are currently based on device tree compatibles. See gm_device_tree_get_compatibles().

Available since: 0.0.1

[]

Ancestors

[]

Constructors

gm_device_info_new

Gets device information based on the passed in device tree compatibles.

since: 0.0.1

[]

Instance methods

gm_device_info_get_display_panel

Gets display panel information. Queries the database for the best matching panel based on the device’s compatibles.

since: 0.0.1

Methods inherited from GObject (43)
[]

Properties

Gm.DeviceInfo:compatibles

The compatibles to look up device information for.

since: 0.0.1

[]

Signals

Signals inherited from GObject (1)

Class structure