Function

RestProxyCallContinuousCallback

Declaration

void
ProxyCallContinuousCallback (
  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 string is a NUL terminated UTF-8 string.
len gsize
  No description available.
error const 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.