Method

GioProxyAddressget_uri

since: 2.34

Declaration

const gchar*
g_proxy_address_get_uri (
  GProxyAddress* proxy
)

Description

Gets the proxy URI that proxy was constructed from.

Available since: 2.34

Gets propertyGio.ProxyAddress:uri

Return value

Type: const gchar*

The proxys URI, or NULL if unknown.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.