Function
WPEPlatformScreenSyncObserverSyncFunc
Declaration
void
(* WPEScreenSyncObserverSyncFunc) (
WPEScreenSyncObserver* observer,
gpointer user_data
)
Description [src]
Function passed to wpe_screen_sync_observer_add() to be called on
every WPEScreen sync.
Parameters
observer-
Type:
WPEScreenSyncObserverA
WPEScreenSyncObserver.The data is owned by the caller of the function. user_data-
Type:
gpointerUser data.
The argument can be NULL.The data is owned by the caller of the function.