Method
SoupSessionpreconnect_finish
Declaration [src]
gboolean
soup_session_preconnect_finish (
SoupSession* session,
GAsyncResult* result,
GError** error
)
Description [src]
Complete a preconnect async operation started with soup_session_preconnect_async()
.
Parameters
result |
GAsyncResult |
The |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |