Method

AstalAuthPamget_username

Declaration

const gchar*
astal_auth_pam_get_username (
  AstalAuthPam* self
)

Description

Fetches the username from AsalAuthPam object.

Gets propertyAstalAuth.Pam:username

Return value

Type: const gchar*

The username of the AsalAuthPam object. This string is owned by the object and must not be modified or freed.

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