libsecret.c.functions

Undocumented in source.

Members

Static functions

secret_attributes_build
GHashTable* secret_attributes_build(SecretSchema* schema, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_attributes_buildv
GHashTable* secret_attributes_buildv(SecretSchema* schema, void* va)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_create
void secret_collection_create(SecretService* service, const(char)* label, const(char)* alias_, SecretCollectionCreateFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_create_finish
SecretCollection* secret_collection_create_finish(GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_create_sync
SecretCollection* secret_collection_create_sync(SecretService* service, const(char)* label, const(char)* alias_, SecretCollectionCreateFlags flags, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_delete
void secret_collection_delete(SecretCollection* self, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_delete_finish
int secret_collection_delete_finish(SecretCollection* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_delete_sync
int secret_collection_delete_sync(SecretCollection* self, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_for_alias
void secret_collection_for_alias(SecretService* service, const(char)* alias_, SecretCollectionFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_for_alias_finish
SecretCollection* secret_collection_for_alias_finish(GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_for_alias_sync
SecretCollection* secret_collection_for_alias_sync(SecretService* service, const(char)* alias_, SecretCollectionFlags flags, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_get_created
ulong secret_collection_get_created(SecretCollection* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_get_flags
SecretCollectionFlags secret_collection_get_flags(SecretCollection* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_get_items
GList* secret_collection_get_items(SecretCollection* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_get_label
char* secret_collection_get_label(SecretCollection* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_get_locked
int secret_collection_get_locked(SecretCollection* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_get_modified
ulong secret_collection_get_modified(SecretCollection* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_get_service
SecretService* secret_collection_get_service(SecretCollection* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_get_type
GType secret_collection_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_load_items
void secret_collection_load_items(SecretCollection* self, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_load_items_finish
int secret_collection_load_items_finish(SecretCollection* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_load_items_sync
int secret_collection_load_items_sync(SecretCollection* self, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_new_for_dbus_path
void secret_collection_new_for_dbus_path(SecretService* service, const(char)* collectionPath, SecretCollectionFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_new_for_dbus_path_finish
SecretCollection* secret_collection_new_for_dbus_path_finish(GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_new_for_dbus_path_sync
SecretCollection* secret_collection_new_for_dbus_path_sync(SecretService* service, const(char)* collectionPath, SecretCollectionFlags flags, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_refresh
void secret_collection_refresh(SecretCollection* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_search
void secret_collection_search(SecretCollection* self, SecretSchema* schema, GHashTable* attributes, SecretSearchFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_search_finish
GList* secret_collection_search_finish(SecretCollection* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_search_for_dbus_paths
void secret_collection_search_for_dbus_paths(SecretCollection* collection, SecretSchema* schema, GHashTable* attributes, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_search_for_dbus_paths_finish
char** secret_collection_search_for_dbus_paths_finish(SecretCollection* collection, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_search_for_dbus_paths_sync
char** secret_collection_search_for_dbus_paths_sync(SecretCollection* collection, SecretSchema* schema, GHashTable* attributes, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_search_sync
GList* secret_collection_search_sync(SecretCollection* self, SecretSchema* schema, GHashTable* attributes, SecretSearchFlags flags, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_set_label
void secret_collection_set_label(SecretCollection* self, const(char)* label, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_set_label_finish
int secret_collection_set_label_finish(SecretCollection* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_collection_set_label_sync
int secret_collection_set_label_sync(SecretCollection* self, const(char)* label, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_error_get_quark
GQuark secret_error_get_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_get_schema
SecretSchema* secret_get_schema(SecretSchemaType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_create
void secret_item_create(SecretCollection* collection, SecretSchema* schema, GHashTable* attributes, const(char)* label, SecretValue* value, SecretItemCreateFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_create_finish
SecretItem* secret_item_create_finish(GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_create_sync
SecretItem* secret_item_create_sync(SecretCollection* collection, SecretSchema* schema, GHashTable* attributes, const(char)* label, SecretValue* value, SecretItemCreateFlags flags, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_delete
void secret_item_delete(SecretItem* self, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_delete_finish
int secret_item_delete_finish(SecretItem* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_delete_sync
int secret_item_delete_sync(SecretItem* self, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_get_attributes
GHashTable* secret_item_get_attributes(SecretItem* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_get_created
ulong secret_item_get_created(SecretItem* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_get_flags
SecretItemFlags secret_item_get_flags(SecretItem* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_get_label
char* secret_item_get_label(SecretItem* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_get_locked
int secret_item_get_locked(SecretItem* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_get_modified
ulong secret_item_get_modified(SecretItem* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_get_schema_name
char* secret_item_get_schema_name(SecretItem* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_get_secret
SecretValue* secret_item_get_secret(SecretItem* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_get_service
SecretService* secret_item_get_service(SecretItem* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_get_type
GType secret_item_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_load_secret
void secret_item_load_secret(SecretItem* self, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_load_secret_finish
int secret_item_load_secret_finish(SecretItem* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_load_secret_sync
int secret_item_load_secret_sync(SecretItem* self, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_load_secrets
void secret_item_load_secrets(GList* items, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_load_secrets_finish
int secret_item_load_secrets_finish(GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_load_secrets_sync
int secret_item_load_secrets_sync(GList* items, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_new_for_dbus_path
void secret_item_new_for_dbus_path(SecretService* service, const(char)* itemPath, SecretItemFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_new_for_dbus_path_finish
SecretItem* secret_item_new_for_dbus_path_finish(GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_new_for_dbus_path_sync
SecretItem* secret_item_new_for_dbus_path_sync(SecretService* service, const(char)* itemPath, SecretItemFlags flags, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_refresh
void secret_item_refresh(SecretItem* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_set_attributes
void secret_item_set_attributes(SecretItem* self, SecretSchema* schema, GHashTable* attributes, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_set_attributes_finish
int secret_item_set_attributes_finish(SecretItem* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_set_attributes_sync
int secret_item_set_attributes_sync(SecretItem* self, SecretSchema* schema, GHashTable* attributes, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_set_label
void secret_item_set_label(SecretItem* self, const(char)* label, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_set_label_finish
int secret_item_set_label_finish(SecretItem* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_set_label_sync
int secret_item_set_label_sync(SecretItem* self, const(char)* label, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_set_secret
void secret_item_set_secret(SecretItem* self, SecretValue* value, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_set_secret_finish
int secret_item_set_secret_finish(SecretItem* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_item_set_secret_sync
int secret_item_set_secret_sync(SecretItem* self, SecretValue* value, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_password_clear
void secret_password_clear(SecretSchema* schema, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_password_clear_finish
int secret_password_clear_finish(GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_password_clear_sync
int secret_password_clear_sync(SecretSchema* schema, GCancellable* cancellable, GError** error, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_password_clearv
void secret_password_clearv(SecretSchema* schema, GHashTable* attributes, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_password_clearv_sync
int secret_password_clearv_sync(SecretSchema* schema, GHashTable* attributes, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_password_free
void secret_password_free(char* password)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_password_lookup
void secret_password_lookup(SecretSchema* schema, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_password_lookup_finish
char* secret_password_lookup_finish(GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_password_lookup_nonpageable_finish
char* secret_password_lookup_nonpageable_finish(GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_password_lookup_nonpageable_sync
char* secret_password_lookup_nonpageable_sync(SecretSchema* schema, GCancellable* cancellable, GError** error, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_password_lookup_sync
char* secret_password_lookup_sync(SecretSchema* schema, GCancellable* cancellable, GError** error, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_password_lookupv
void secret_password_lookupv(SecretSchema* schema, GHashTable* attributes, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_password_lookupv_nonpageable_sync
char* secret_password_lookupv_nonpageable_sync(SecretSchema* schema, GHashTable* attributes, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_password_lookupv_sync
char* secret_password_lookupv_sync(SecretSchema* schema, GHashTable* attributes, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_password_store
void secret_password_store(SecretSchema* schema, const(char)* collection, const(char)* label, const(char)* password, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_password_store_finish
int secret_password_store_finish(GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_password_store_sync
int secret_password_store_sync(SecretSchema* schema, const(char)* collection, const(char)* label, const(char)* password, GCancellable* cancellable, GError** error, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_password_storev
void secret_password_storev(SecretSchema* schema, GHashTable* attributes, const(char)* collection, const(char)* label, const(char)* password, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_password_storev_sync
int secret_password_storev_sync(SecretSchema* schema, GHashTable* attributes, const(char)* collection, const(char)* label, const(char)* password, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_password_wipe
void secret_password_wipe(char* password)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_prompt_get_type
GType secret_prompt_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_prompt_perform
void secret_prompt_perform(SecretPrompt* self, const(char)* windowId, GVariantType* returnType, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_prompt_perform_finish
GVariant* secret_prompt_perform_finish(SecretPrompt* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_prompt_perform_sync
GVariant* secret_prompt_perform_sync(SecretPrompt* self, const(char)* windowId, GCancellable* cancellable, GVariantType* returnType, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_prompt_run
GVariant* secret_prompt_run(SecretPrompt* self, const(char)* windowId, GCancellable* cancellable, GVariantType* returnType, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_schema_attribute_get_type
GType secret_schema_attribute_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_schema_get_type
GType secret_schema_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_schema_new
SecretSchema* secret_schema_new(const(char)* name, SecretSchemaFlags flags, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_schema_newv
SecretSchema* secret_schema_newv(const(char)* name, SecretSchemaFlags flags, GHashTable* attributeNamesAndTypes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_schema_ref
SecretSchema* secret_schema_ref(SecretSchema* schema)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_schema_unref
void secret_schema_unref(SecretSchema* schema)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_clear
void secret_service_clear(SecretService* service, SecretSchema* schema, GHashTable* attributes, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_clear_finish
int secret_service_clear_finish(SecretService* service, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_clear_sync
int secret_service_clear_sync(SecretService* service, SecretSchema* schema, GHashTable* attributes, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_create_collection_dbus_path
void secret_service_create_collection_dbus_path(SecretService* self, GHashTable* properties, const(char)* alias_, SecretCollectionCreateFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_create_collection_dbus_path_finish
char* secret_service_create_collection_dbus_path_finish(SecretService* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_create_collection_dbus_path_sync
char* secret_service_create_collection_dbus_path_sync(SecretService* self, GHashTable* properties, const(char)* alias_, SecretCollectionCreateFlags flags, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_create_item_dbus_path
void secret_service_create_item_dbus_path(SecretService* self, const(char)* collectionPath, GHashTable* properties, SecretValue* value, SecretItemCreateFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_create_item_dbus_path_finish
char* secret_service_create_item_dbus_path_finish(SecretService* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_create_item_dbus_path_sync
char* secret_service_create_item_dbus_path_sync(SecretService* self, const(char)* collectionPath, GHashTable* properties, SecretValue* value, SecretItemCreateFlags flags, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_decode_dbus_secret
SecretValue* secret_service_decode_dbus_secret(SecretService* service, GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_delete_item_dbus_path
void secret_service_delete_item_dbus_path(SecretService* self, const(char)* itemPath, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_delete_item_dbus_path_finish
int secret_service_delete_item_dbus_path_finish(SecretService* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_delete_item_dbus_path_sync
int secret_service_delete_item_dbus_path_sync(SecretService* self, const(char)* itemPath, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_disconnect
void secret_service_disconnect()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_encode_dbus_secret
GVariant* secret_service_encode_dbus_secret(SecretService* service, SecretValue* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_ensure_session
void secret_service_ensure_session(SecretService* self, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_ensure_session_finish
int secret_service_ensure_session_finish(SecretService* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_ensure_session_sync
int secret_service_ensure_session_sync(SecretService* self, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_get
void secret_service_get(SecretServiceFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_get_collection_gtype
GType secret_service_get_collection_gtype(SecretService* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_get_collections
GList* secret_service_get_collections(SecretService* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_get_finish
SecretService* secret_service_get_finish(GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_get_flags
SecretServiceFlags secret_service_get_flags(SecretService* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_get_item_gtype
GType secret_service_get_item_gtype(SecretService* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_get_secret_for_dbus_path
void secret_service_get_secret_for_dbus_path(SecretService* self, const(char)* itemPath, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_get_secret_for_dbus_path_finish
SecretValue* secret_service_get_secret_for_dbus_path_finish(SecretService* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_get_secret_for_dbus_path_sync
SecretValue* secret_service_get_secret_for_dbus_path_sync(SecretService* self, const(char)* itemPath, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_get_secrets_for_dbus_paths
void secret_service_get_secrets_for_dbus_paths(SecretService* self, char** itemPaths, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_get_secrets_for_dbus_paths_finish
GHashTable* secret_service_get_secrets_for_dbus_paths_finish(SecretService* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_get_secrets_for_dbus_paths_sync
GHashTable* secret_service_get_secrets_for_dbus_paths_sync(SecretService* self, char** itemPaths, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_get_session_algorithms
const(char)* secret_service_get_session_algorithms(SecretService* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_get_session_dbus_path
const(char)* secret_service_get_session_dbus_path(SecretService* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_get_sync
SecretService* secret_service_get_sync(SecretServiceFlags flags, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_get_type
GType secret_service_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_load_collections
void secret_service_load_collections(SecretService* self, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_load_collections_finish
int secret_service_load_collections_finish(SecretService* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_load_collections_sync
int secret_service_load_collections_sync(SecretService* self, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_lock
void secret_service_lock(SecretService* service, GList* objects, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_lock_dbus_paths
void secret_service_lock_dbus_paths(SecretService* self, char** paths, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_lock_dbus_paths_finish
int secret_service_lock_dbus_paths_finish(SecretService* self, GAsyncResult* result, char*** locked, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_lock_dbus_paths_sync
int secret_service_lock_dbus_paths_sync(SecretService* self, char** paths, GCancellable* cancellable, char*** locked, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_lock_finish
int secret_service_lock_finish(SecretService* service, GAsyncResult* result, GList** locked, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_lock_sync
int secret_service_lock_sync(SecretService* service, GList* objects, GCancellable* cancellable, GList** locked, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_lookup
void secret_service_lookup(SecretService* service, SecretSchema* schema, GHashTable* attributes, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_lookup_finish
SecretValue* secret_service_lookup_finish(SecretService* service, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_lookup_sync
SecretValue* secret_service_lookup_sync(SecretService* service, SecretSchema* schema, GHashTable* attributes, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_open
void secret_service_open(GType serviceGtype, const(char)* serviceBusName, SecretServiceFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_open_finish
SecretService* secret_service_open_finish(GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_open_sync
SecretService* secret_service_open_sync(GType serviceGtype, const(char)* serviceBusName, SecretServiceFlags flags, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_prompt
void secret_service_prompt(SecretService* self, SecretPrompt* prompt, GVariantType* returnType, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_prompt_at_dbus_path
void secret_service_prompt_at_dbus_path(SecretService* self, const(char)* promptPath, GVariantType* returnType, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_prompt_at_dbus_path_finish
GVariant* secret_service_prompt_at_dbus_path_finish(SecretService* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_prompt_at_dbus_path_sync
GVariant* secret_service_prompt_at_dbus_path_sync(SecretService* self, const(char)* promptPath, GCancellable* cancellable, GVariantType* returnType, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_prompt_finish
GVariant* secret_service_prompt_finish(SecretService* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_prompt_sync
GVariant* secret_service_prompt_sync(SecretService* self, SecretPrompt* prompt, GCancellable* cancellable, GVariantType* returnType, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_read_alias_dbus_path
void secret_service_read_alias_dbus_path(SecretService* self, const(char)* alias_, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_read_alias_dbus_path_finish
char* secret_service_read_alias_dbus_path_finish(SecretService* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_read_alias_dbus_path_sync
char* secret_service_read_alias_dbus_path_sync(SecretService* self, const(char)* alias_, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_search
void secret_service_search(SecretService* service, SecretSchema* schema, GHashTable* attributes, SecretSearchFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_search_finish
GList* secret_service_search_finish(SecretService* service, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_search_for_dbus_paths
void secret_service_search_for_dbus_paths(SecretService* self, SecretSchema* schema, GHashTable* attributes, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_search_for_dbus_paths_finish
int secret_service_search_for_dbus_paths_finish(SecretService* self, GAsyncResult* result, char*** unlocked, char*** locked, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_search_for_dbus_paths_sync
int secret_service_search_for_dbus_paths_sync(SecretService* self, SecretSchema* schema, GHashTable* attributes, GCancellable* cancellable, char*** unlocked, char*** locked, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_search_sync
GList* secret_service_search_sync(SecretService* service, SecretSchema* schema, GHashTable* attributes, SecretSearchFlags flags, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_set_alias
void secret_service_set_alias(SecretService* service, const(char)* alias_, SecretCollection* collection, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_set_alias_finish
int secret_service_set_alias_finish(SecretService* service, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_set_alias_sync
int secret_service_set_alias_sync(SecretService* service, const(char)* alias_, SecretCollection* collection, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_set_alias_to_dbus_path
void secret_service_set_alias_to_dbus_path(SecretService* self, const(char)* alias_, const(char)* collectionPath, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_set_alias_to_dbus_path_finish
int secret_service_set_alias_to_dbus_path_finish(SecretService* self, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_set_alias_to_dbus_path_sync
int secret_service_set_alias_to_dbus_path_sync(SecretService* self, const(char)* alias_, const(char)* collectionPath, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_store
void secret_service_store(SecretService* service, SecretSchema* schema, GHashTable* attributes, const(char)* collection, const(char)* label, SecretValue* value, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_store_finish
int secret_service_store_finish(SecretService* service, GAsyncResult* result, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_store_sync
int secret_service_store_sync(SecretService* service, SecretSchema* schema, GHashTable* attributes, const(char)* collection, const(char)* label, SecretValue* value, GCancellable* cancellable, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_unlock
void secret_service_unlock(SecretService* service, GList* objects, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_unlock_dbus_paths
void secret_service_unlock_dbus_paths(SecretService* self, char** paths, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_unlock_dbus_paths_finish
int secret_service_unlock_dbus_paths_finish(SecretService* self, GAsyncResult* result, char*** unlocked, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_unlock_dbus_paths_sync
int secret_service_unlock_dbus_paths_sync(SecretService* self, char** paths, GCancellable* cancellable, char*** unlocked, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_unlock_finish
int secret_service_unlock_finish(SecretService* service, GAsyncResult* result, GList** unlocked, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_service_unlock_sync
int secret_service_unlock_sync(SecretService* service, GList* objects, GCancellable* cancellable, GList** unlocked, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_value_get
char* secret_value_get(SecretValue* value, size_t* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_value_get_content_type
const(char)* secret_value_get_content_type(SecretValue* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_value_get_text
const(char)* secret_value_get_text(SecretValue* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_value_get_type
GType secret_value_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_value_new
SecretValue* secret_value_new(const(char)* secret, ptrdiff_t length, const(char)* contentType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_value_new_full
SecretValue* secret_value_new_full(char* secret, ptrdiff_t length, const(char)* contentType, GDestroyNotify destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_value_ref
SecretValue* secret_value_ref(SecretValue* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
secret_value_unref
void secret_value_unref(void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

LIBRARY_LIBSECRET
auto LIBRARY_LIBSECRET;
Undocumented in source.
LIBRARY_LIBSECRET
auto LIBRARY_LIBSECRET;
Undocumented in source.
LIBRARY_LIBSECRET
auto LIBRARY_LIBSECRET;
Undocumented in source.

Meta