Method

AgsPasswordStoreManageradd_password_store

since: 3.0.0

Declaration [src]

void
ags_password_store_manager_add_password_store (
  AgsPasswordStoreManager* password_store_manager,
  GObject* password_store
)

Description [src]

Add password_store to password_store_manager.

Available since: 3.0.0

Parameters

password_store

Type: GObject

The GObject implementing AgsPasswordStore.

The data is owned by the caller of the function.