Method
AgsXmlAuthenticationfind_user_uuid
since: 3.0.0
Declaration [src]
xmlNode*
ags_xml_authentication_find_user_uuid (
AgsXmlAuthentication* xml_authentication,
gchar* user_uuid
)
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.
Return value
Type: xmlNode
The matching xmlNode or NULL
.
The returned data is owned by the instance. |