Virtual Method
GioProxyconnect_async
since: 2.26
Declaration [src]
void
connect_async (
GProxy* proxy,
GIOStream* connection,
GProxyAddress* proxy_address,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
connection
-
Type:
GIOStream
A
GIOStream
.The data is owned by the caller of the method. proxy_address
-
Type:
GProxyAddress
A
GProxyAddress
.The data is owned by the caller of the method. cancellable
-
Type:
GCancellable
A
GCancellable
.The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
A
GAsyncReadyCallback
. user_data
-
Type:
gpointer
Callback data.
The argument can be NULL
.The data is owned by the caller of the method.