Class
WPEPlatformMonitor
Instance methods
wpe_monitor_get_id
Get the monitor
identifier.
The idenifier is a non-zero value to uniquely identify a WPEMonitor
.
wpe_monitor_invalidate
Invalidate monitor
. This will release all the platform resources
associated with monitor
. 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 WPEPlatformMonitorClass {
GObjectClass parent_class;
void (* invalidate) (
WPEMonitor* monitor
);
None padding;
}
No description available.
Class members
parent_class: GObjectClass
No description available.
invalidate: void (* invalidate) ( WPEMonitor* monitor )
No description available.
padding: None
No description available.
Virtual methods
WPEPlatform.MonitorClass.invalidate
Invalidate monitor
. This will release all the platform resources
associated with monitor
. The properties cached will not be
modified so they are still available after invalidation.