Method

RestProxyCallcancel

Declaration [src]

gboolean
rest_proxy_call_cancel (
  RestProxyCall* call
)

Description [src]

Cancel this call. It may be too late to not actually send the message, but the callback will not be invoked.

N.B. this method should only be used with rest_proxy_call_async() and NOT rest_proxy_call_invoke_async().

Return value

Returns: gboolean
  No description available.