Sets our main struct and passes it to the parent class.
Remove unlocked items which match the attributes from the secret service.
Finish asynchronous operation to remove items from the secret service.
Remove unlocked items which match the attributes from the secret service.
Create a new collection in the secret service, and return its path.
Finish asynchronous operation to create a new collection in the secret service.
Create a new collection in the secret service and return its path.
Create a new item in a secret service collection and return its D-Bus object path.
Finish asynchronous operation to create a new item in the secret service.
Create a new item in a secret service collection and return its D-Bus object path.
Decode a #SecretValue into GVariant received with the Secret Service DBus API.
Delete a secret item from the secret service.
Complete an asynchronous operation to delete a secret item from the secret service.
Delete a secret item from the secret service.
Encodes a #SecretValue into GVariant for use with the Secret Service DBus API.
Ensure that the #SecretService proxy has established a session with the Secret Service. This session is used to transfer secrets.
Finish an asynchronous operation to ensure that the #SecretService proxy has established a session with the Secret Service.
Ensure that the #SecretService proxy has established a session with the Secret Service. This session is used to transfer secrets.
Get the GObject type for collections instantiated by this service. This will always be either #SecretCollection or derived from it.
Get a list of #SecretCollection objects representing all the collections in the secret service.
Get the flags representing what features of the #SecretService proxy have been initialized.
Get the GObject type for items instantiated by this service. This will always be either #SecretItem or derived from it.
Get the secret value for a secret item stored in the service.
Complete asynchronous operation to get the secret value for an secret item stored in the service.
Get the secret value for a secret item stored in the service.
Get the secret values for a secret item stored in the service.
Complete asynchronous operation to get the secret values for an secret items stored in the service.
Get the secret values for a secret item stored in the service.
Get the main Gtk struct
Get the set of algorithms being used to transfer secrets between this secret service proxy and the Secret Service itself.
Get the D-Bus object path of the session object being used to transfer secrets between this secret service proxy and the Secret Service itself.
the main Gtk struct as a void*
Ensure that the #SecretService proxy has loaded all the collections present in the Secret Service. This affects the result of secret_service_get_collections().
Complete an asynchronous operation to ensure that the #SecretService proxy has loaded all the collections present in the Secret Service.
Ensure that the #SecretService proxy has loaded all the collections present in the Secret Service. This affects the result of secret_service_get_collections().
Lock items or collections in the secret service.
Lock items or collections in the secret service.
Complete asynchronous operation to lock items or collections in the secret service.
Lock items or collections in the secret service.
Complete asynchronous operation to lock items or collections in the secret service.
Lock items or collections in the secret service.
Lookup a secret value in the secret service.
Finish asynchronous operation to lookup a secret value in the secret service.
Lookup a secret value in the secret service.
Perform prompting for a #SecretPrompt.
Perform prompting for a #SecretPrompt.
Complete asynchronous operation to perform prompting for a #SecretPrompt.
Perform prompting for a #SecretPrompt.
Complete asynchronous operation to perform prompting for a #SecretPrompt.
Perform prompting for a #SecretPrompt.
Lookup which collection is assigned to this alias. Aliases help determine well known collections, such as 'default'. This method looks up the dbus object path of the well known collection.
Finish an asynchronous operation to lookup which collection is assigned to an alias. This method returns the DBus object path of the collection
Lookup which collection is assigned to this alias. Aliases help determine well known collections, such as 'default'. This method returns the dbus object path of the collection.
Search for items matching the @attributes. All collections are searched. The @attributes should be a table of string keys and string values.
Complete asynchronous operation to search for items.
Search for items matching the @attributes, and return their D-Bus object paths. All collections are searched. The @attributes should be a table of string keys and string values.
Complete asynchronous operation to search for items, and return their D-Bus object paths.
Search for items matching the @attributes, and return their D-Bus object paths. All collections are searched. The @attributes should be a table of string keys and string values.
Search for items matching the @attributes. All collections are searched. The @attributes should be a table of string keys and string values.
Assign a collection to this alias. Aliases help determine well known collections, such as 'default'.
Finish an asynchronous operation to assign a collection to an alias.
Assign a collection to this alias. Aliases help determine well known collections, such as 'default'.
Assign a collection to this alias. Aliases help determine well known collections, such as 'default'. This method takes the dbus object path of the collection to assign to the alias.
Finish an asynchronous operation to assign a collection to an alias.
Assign a collection to this alias. Aliases help determine well known collections, such as 'default'. This method takes the dbus object path of the collection to assign to the alias.
Store a secret value in the secret service.
Finish asynchronous operation to store a secret value in the secret service.
Store a secret value in the secret service.
Unlock items or collections in the secret service.
Unlock items or collections in the secret service.
Complete asynchronous operation to unlock items or collections in the secret service.
Unlock items or collections in the secret service.
Complete asynchronous operation to unlock items or collections in the secret service.
Unlock items or collections in the secret service.
Disconnect the default #SecretService proxy returned by secret_service_get() and secret_service_get_sync().
Get a #SecretService proxy for the Secret Service. If such a proxy object already exists, then the same proxy is returned.
Complete an asynchronous operation to get a #SecretService proxy for the Secret Service.
Get a #SecretService proxy for the Secret Service. If such a proxy object already exists, then the same proxy is returned.
Create a new #SecretService proxy for the Secret Service.
Complete an asynchronous operation to create a new #SecretService proxy for the Secret Service.
Create a new #SecretService proxy for the Secret Service.
the main Gtk struct
A proxy object representing the Secret Service.