Gjsify LogoGjsify Logo

Describes a password schema. Often you'll want to use a predefined schema such as %GNOME_KEYRING_NETWORK_PASSWORD.

The last attribute name in a schema must be %NULL. GnomeKeyringPasswordSchema my_schema = { GNOME_KEYRING_ITEM_GENERIC_SECRET, { { "string-attr", GNOME_KEYRING_ATTRIBUTE_TYPE_STRING }, { "uint-attr", GNOME_KEYRING_ATTRIBUTE_TYPE_UINT32 }, { NULL, 0 } } };
record

Hierarchy

  • PasswordSchema

Index

Constructors

Properties

list of attributes

field
item_type: ItemType

The item type for this schema.

field
name: string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method