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: GIOStreamA GIOStream.The data is owned by the caller of the method. 
- proxy_address
- 
            Type: GProxyAddressA GProxyAddress.The data is owned by the caller of the method. 
- cancellable
- 
            Type: GCancellableA GCancellable.The argument can be NULL.The data is owned by the caller of the method. 
- callback
- 
            Type: GAsyncReadyCallbackA GAsyncReadyCallback.
- user_data
- 
            Type: gpointerCallback data. The argument can be NULL.The data is owned by the caller of the method.