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.
This method completes asynchronously. Use lfb_event_end_feedback_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
cancellable-
Type:
GCancellableA
GCancellableto cancel the operation orNULL.The argument can be NULL.The data is owned by the caller of the method. 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 method.