Method
CMPushercheck_valid
since: 0.0.1
Declaration [src]
void
cm_pusher_check_valid (
CmPusher* self,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Checks if the given pusher is valid. For http pushers this means checking the remote endpoint.
Available since: 0.0.1
Parameters
cancellable
-
Type:
GCancellable
A
GCancellable
.The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
A
GAsyncReadyCallback
.The argument can be NULL
. user_data
-
Type:
gpointer
The user data for
callback
.The argument can be NULL
.The data is owned by the caller of the method.