Method

AgsPasswordStoreManagerremove_password_store

since: 3.0.0

Declaration [src]

void
ags_password_store_manager_remove_password_store (
  AgsPasswordStoreManager* password_store_manager,
  GObject* password_store
)

Description [src]

Remove password_store from 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.