Method

GioNetworkAddressget_scheme

since: 2.26

Declaration

const gchar*
g_network_address_get_scheme (
  GNetworkAddress* addr
)

Description

Gets addrs scheme.

Available since: 2.26

Return value

Type: const gchar*

addrs scheme (NULL if not built from URI)

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