Function

RestProxyCallAsyncCallback

Declaration

void
(* RestProxyCallAsyncCallback) (
  RestProxyCall* call,
  const GError* error,
  GObject* weak_object,
  gpointer userdata
)

Description

No description available.

Parameters

call RestProxyCall
  No description available.
 The data is owned by the caller of the function.
error GError
  No description available.
 The data is owned by the caller of the function.
weak_object GObject
  No description available.
 The data is owned by the caller of the function.
userdata gpointer
  No description available.