Method

GLibUriget_password

since: 2.66

Declaration

const gchar*
g_uri_get_password (
  GUri* uri
)

Description

Gets uris password, which may contain %-encoding, depending on the flags with which uri was created. (If uri was not created with G_URI_FLAGS_HAS_PASSWORD then this will be NULL.)

Available since: 2.66

Return value

Type: const gchar*

uris password.

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