Top |
#define | AGS_XML_AUTHENTICATION_GET_OBJ_MUTEX() |
void | ags_xml_authentication_open_filename () |
xmlNode * | ags_xml_authentication_find_user_uuid () |
AgsXmlAuthentication * | ags_xml_authentication_new () |
The AgsXmlAuthentication is an object to authenticate to Advanced Gtk+ Sequencer's server.
#define AGS_XML_AUTHENTICATION_GET_OBJ_MUTEX(obj) (&(((AgsXmlAuthentication *) obj)->obj_mutex))
void ags_xml_authentication_open_filename (AgsXmlAuthentication *xml_authentication
,gchar *filename
);
Open filename
.
Since: 3.0.0
xmlNode * ags_xml_authentication_find_user_uuid (AgsXmlAuthentication *xml_authentication
,gchar *user_uuid
);
Find ags-srv-auth xmlNode containing user_uuid
.
Since: 3.0.0
AgsXmlAuthentication * ags_xml_authentication_new ();
Create AgsXmlAuthentication.
Since: 3.0.0