Method

GioNetworkServiceget_scheme

since: 2.26

Declaration

const gchar*
g_network_service_get_scheme (
  GNetworkService* srv
)

Description

Gets the URI scheme used to resolve proxies. By default, the service name is used as scheme.

Available since: 2.26

Return value

Type: const gchar*

srvs scheme name.

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