Method
AgsXmlPasswordStorefind_login
since: 3.0.0
Declaration [src]
xmlNode*
ags_xml_password_store_find_login (
AgsXmlPasswordStore* xml_password_store,
gchar* login
)
Parameters
login
-
Type:
gchar*
The login.
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. |