Class
WPEPlatformDRMScreenDRM
since: 2.0
Instance methods
Methods inherited from WPEScreen (16)
wpe_screen_get_height
Get the height of screen in logical coordinates.
since: 2.0
wpe_screen_get_id
Get the screen identifier.
The idenifier is a non-zero value to uniquely identify a WPEScreen.
since: 2.0
wpe_screen_get_physical_height
Get the physical height of screen in millimeters.
since: 2.0
wpe_screen_get_physical_width
Get the physical width of screen in millimeters.
since: 2.0
wpe_screen_get_refresh_rate
Get the refresh rate of screen in milli-Hertz.
since: 2.0
wpe_screen_get_scale
Get the screen scale factor.
since: 2.0
wpe_screen_get_sync_observer
Get the WPEScreenSyncObserver of screen. If screen sync is not supported, NULL is returned.
since: 2.0
wpe_screen_get_width
Get the width of screen in logical coordinates.
since: 2.0
wpe_screen_get_x
Get the x coordinate of the screen position in logical coordinates.
since: 2.0
wpe_screen_get_y
Get the y coordinate of the screen position in logical coordinates.
since: 2.0
wpe_screen_invalidate
Invalidate screen. This will release all the platform resources
associated with screen. The properties cached will not be
modified so they are still available after invalidation.
since: 2.0
wpe_screen_set_physical_size
Set the physical size of screen in millimeters.
since: 2.0
wpe_screen_set_position
Set the position of screen in logical coordinates.
since: 2.0
wpe_screen_set_refresh_rate
Set the refresh rate of screen in milli-Hertz.
since: 2.0
wpe_screen_set_scale
Set the screen scale factor.
since: 2.0
wpe_screen_set_size
Set the size of screen in logical coordinates.
since: 2.0
Properties
Properties inherited from WPEScreen (9)
WPEPlatform.Screen:height
The height of the screen in logical coordinates.
since: 2.0
WPEPlatform.Screen:id
The identifier of the screen.
since: 2.0
WPEPlatform.Screen:physical-height
The physical height of the screen in millimeters.
since: 2.0
WPEPlatform.Screen:physical-width
The physical width of the screen in millimeters.
since: 2.0
WPEPlatform.Screen:refresh-rate
The refresh rate of the screen in milli-Hertz.
since: 2.0
WPEPlatform.Screen:scale
The scale factor for the screen.
since: 2.0
WPEPlatform.Screen:width
The width of the screen in logical coordinates.
since: 2.0
WPEPlatform.Screen:x
The x coordinate of the screen position in logical coordinates.
since: 2.0
WPEPlatform.Screen:y
The y coordinate of the screen position in logical coordinates.
since: 2.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
since: 2.0