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_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
);
None padding;
}
No description available.
Class members
parent_class: GObjectClass
- No description available.
invalidate: void (* invalidate) ( WPEScreen* screen )
- No description available.
padding: None
- No description available.
Virtual methods
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.