Class
WPEPlatformScreen
Instance methods
wpe_screen_get_id
Get the screen identifier.
The idenifier is a non-zero value to uniquely identify a WPEScreen.
wpe_screen_get_sync_observer
Get the WPEScreenSyncObserver of screen. If screen sync is not supported, NULL is returned.
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.
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.
Class structure
struct WPEPlatformScreenClass {
GObjectClass parent_class;
void (* invalidate) (
WPEScreen* screen
);
WPEScreenSyncObserver* (* get_sync_observer) (
WPEScreen* screen
);
None padding;
}
Class members
parent_class: GObjectClass- No description available.
invalidate: void (* invalidate) ( WPEScreen* screen )- No description available.
get_sync_observer: WPEScreenSyncObserver* (* get_sync_observer) ( WPEScreen* screen )- No description available.
padding: None- No description available.
Virtual methods
WPEPlatform.ScreenClass.get_sync_observer
Get the WPEScreenSyncObserver of screen. If screen sync is not supported, NULL is returned.
WPEPlatform.ScreenClass.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.