Method
AgsPasswordStoreManagercheck_password
since: 3.0.0
[−]
Declaration [src]
gboolean
ags_password_store_manager_check_password (
AgsPasswordStoreManager* password_store_manager,
gchar* user_uuid,
gchar* password
)
[−]
Parameters
user_uuid
-
Type:
gchar*
The user uuid.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. password
-
Type:
gchar*
The password.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.