secret.c.types

Undocumented in source.

Public Imports

gid.basictypes
public import gid.basictypes;
Undocumented in source.
gobject.c.types
public import gobject.c.types;
Undocumented in source.
gio.c.types
public import gio.c.types;
Undocumented in source.

Members

Enums

SecretBackendFlags
enum SecretBackendFlags

Flags which determine which parts of the #SecretBackend are initialized.

SecretCollectionCreateFlags
enum SecretCollectionCreateFlags

Flags for secret.collection.Collection.create.

SecretCollectionFlags
enum SecretCollectionFlags

Flags which determine which parts of the #SecretCollection proxy are initialized.

SecretError
enum SecretError

Errors returned by the Secret Service.

SecretItemCreateFlags
enum SecretItemCreateFlags

Flags for secret.item.Item.create.

SecretItemFlags
enum SecretItemFlags

Flags which determine which parts of the #SecretItem proxy are initialized.

SecretSchemaAttributeType
enum SecretSchemaAttributeType

The type of an attribute in a struct@SecretSchema.

SecretSchemaFlags
enum SecretSchemaFlags

Flags for a #SecretSchema definition.

SecretSchemaType
enum SecretSchemaType

Different types of schemas for storing secrets, intended for use with func@get_schema.

SecretSearchFlags
enum SecretSearchFlags

Various flags to be used with secret.service.Service.search and secret.service.Service.searchSync.

SecretServiceFlags
enum SecretServiceFlags

Flags which determine which parts of the #SecretService proxy are initialized during a secret.service.Service.get or secret.service.Service.open operation.

Structs

SecretBackend
struct SecretBackend

#SecretBackend represents a backend implementation of password storage.

SecretBackendInterface
struct SecretBackendInterface

The interface for #SecretBackend.

SecretCollection
struct SecretCollection

A proxy object representing a collection of secrets in the Secret Service.

SecretCollectionClass
struct SecretCollectionClass

The class for #SecretCollection.

SecretCollectionPrivate
struct SecretCollectionPrivate
SecretItem
struct SecretItem

A secret item

SecretItemClass
struct SecretItemClass

The class for #SecretItem.

SecretItemPrivate
struct SecretItemPrivate
SecretPrompt
struct SecretPrompt

A prompt in the Service

SecretPromptClass
struct SecretPromptClass

The class for #SecretPrompt.

SecretPromptPrivate
struct SecretPromptPrivate
SecretRetrievable
struct SecretRetrievable

A read-only view of a secret item in the Secret Service.

SecretRetrievableInterface
struct SecretRetrievableInterface

The interface for #SecretRetrievable.

SecretSchema
struct SecretSchema

Represents a set of attributes that are stored with an item.

SecretSchemaAttribute
struct SecretSchemaAttribute

An attribute in a #SecretSchema.

SecretService
struct SecretService

A proxy object representing the Secret Service.

SecretServiceClass
struct SecretServiceClass

The class for #SecretService.

SecretServicePrivate
struct SecretServicePrivate
SecretValue
struct SecretValue

A value containing a secret