Top | ![]() |
![]() |
![]() |
![]() |
#define | AGS_TYPE_PASSWORD_STORE_MANAGER |
struct | AgsPasswordStoreManager |
struct | AgsPasswordStoreManagerClass |
GList *
ags_password_store_manager_get_password_store
(AgsPasswordStoreManager *password_store_manager
);
void ags_password_store_manager_add_password_store (AgsPasswordStoreManager *password_store_manager
,GObject *password_store
);
void ags_password_store_manager_remove_password_store (AgsPasswordStoreManager *password_store_manager
,GObject *password_store
);
gboolean ags_password_store_manager_check_password (AgsPasswordStoreManager *password_store_manager
,gchar *login
,gchar *password
);
AgsPasswordStoreManager * ags_password_store_manager_get_instance ();
Get instance.
Since: 2.0.0
AgsPasswordStoreManager * ags_password_store_manager_new ();
Creates an AgsPasswordStoreManager
Since: 2.0.0
#define AGS_IS_PASSWORD_STORE_MANAGER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PASSWORD_STORE_MANAGER))
#define AGS_PASSWORD_STORE_MANAGER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PASSWORD_STORE_MANAGER, AgsPasswordStoreManager))
#define AGS_PASSWORD_STORE_MANAGER_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PASSWORD_STORE_MANAGER, AgsPasswordStoreManagerClass))
#define AGS_PASSWORD_STORE_MANAGER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PASSWORD_STORE_MANAGER, AgsPasswordStoreManagerClass))