Class

AgsXmlPasswordStore

Description

class Ags.XmlPasswordStore : GObject.Object {
  gobject: GObject,
  obj_mutex: GRecMutex,
  filename: gchar*,
  encoding: gchar*,
  dtd: gchar*,
  doc: xmlDoc*,
  root_node: xmlNode*
}
No description available.

Ancestors

Implements

Constructors

ags_xml_password_store_new

Create AgsXmlPasswordStore.

since: 3.0.0

Instance methods

ags_xml_password_store_find_login

Find ags-srv-user xmlNode containing login.

since: 3.0.0

ags_xml_password_store_open_filename

Open filename.

since: 3.0.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from AgsPasswordStore (5)
ags_password_store_encrypt_password

Encrypt password.

since: 3.0.0

ags_password_store_get_login_name

Get login name.

since: 3.0.0

ags_password_store_get_password

Get password.

since: 3.0.0

ags_password_store_set_login_name

Set login name.

since: 3.0.0

ags_password_store_set_password

Set password.

since: 3.0.0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct AgsXmlPasswordStoreClass {
  GObjectClass gobject;
  
}
No description available.
Class members
gobject: GObjectClass
No description available.