Function
EDataServerGDataObjectCallback
since: 3.46
Declaration
gboolean
(* EGDataObjectCallback) (
EGDataSession* gdata,
JsonObject* object,
gpointer user_data
)
Description [src]
Callback used to traverse response from the server, which is an array.
Available since: 3.46
Parameters
gdata-
Type:
EGDataSessionAn
EGDataSession.The data is owned by the caller of the function. object-
Type:
JsonObjectA
JSonObjectwith received content.The data is owned by the caller of the function. user_data-
Type:
gpointerUser data passed to the call.
The argument can be NULL.The data is owned by the caller of the function.