Method
LfbEventtrigger_feedback_async
Declaration [src]
void
lfb_event_trigger_feedback_async (
LfbEvent* self,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Tells the feedback server to provide proper feedback for the give
event to the user. This is the sync version of
lfb_event_trigger_feedback()().
Parameters
cancellable-
Type:
GCancellableA
GCancellableto cancel the operation orNULL.The argument can be NULL.The data is owned by the caller of the function. callback-
Type:
GAsyncReadyCallbackA
GAsyncReadyCallbackto call when the request is satisfied orNULL.The argument can be NULL. user_data-
Type:
gpointerUser data to pass to
callback.The argument can be NULL.The data is owned by the caller of the function.