Method
LfbEventend_feedback_async
Declaration [src]
void
lfb_event_end_feedback_async (
LfbEvent* self,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Tells the feedback server to end all feedback for the given event as soon as possible.
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.