WebKit2.Credential.get_username (original) (raw)

WebKit2

API Version: 4.1

Library Version: 2.42.5

Type

Credential

Methods

copy free get_certificate get_password get_persistence get_username has_password

Generated by gi-docgen 2023.4

Method

WebKit2Credentialget_username

since: 2.2

Declaration [src]


const gchar*
webkit_credential_get_username (
  WebKitCredential* credential
)

Description [src]

Get the username currently held by this WebKitCredential.

Available since: 2.2

Return value

Type: const gchar*

The username stored in the WebKitCredential.

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