Method

SoupSessionsend_and_splice_finish

Declaration [src]

gssize
soup_session_send_and_splice_finish (
  SoupSession* session,
  GAsyncResult* result,
  GError** error
)

Description [src]

Gets the response to a soup_session_send_and_splice_async().

Available since:3.4

Parameters

result GAsyncResult
 

The GAsyncResult passed to your callback.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gssize
 

A #gssize containing the size of the data spliced, or -1 if an error occurred.