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
This method completes asynchronously. Use cm_pusher_check_valid_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
- cancellable
- 
            Type: GCancellableA GCancellable.The argument can be NULL.The data is owned by the caller of the method. 
- callback
- 
            Type: GAsyncReadyCallbackA GAsyncReadyCallback.The argument can be NULL.
- user_data
- 
            Type: gpointerThe user data for callback.The argument can be NULL.The data is owned by the caller of the method.