Function

RestProxyCallContinuousCallback

Declaration

void
(* RestProxyCallContinuousCallback) (
  RestProxyCall* call,
  const gchar* buf,
  gsize len,
  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.
buf const gchar*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
len gsize
  No description available.
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.
 The argument can be NULL.
 The data is owned by the caller of the function.