Gjsify LogoGjsify Logo

A found structure returned by a found operation. Use gnome_keyring_found_list_free() to free a list of these structures.

record

Hierarchy

  • Found

Index

Constructors

Properties

attributes: GLib.Array

The item's attributes.

field
item_id: number

The identifier for the item.

field
keyring: string

The keyring the item was found in.

field
secret: string

The item's secret.

field
name: string

Methods

  • free(): void
  • Free the memory used by a #GnomeKeyringFound item.

    You usually want to use gnome_keyring_found_list_free() on the list of results.

    Returns void

  • list_free(found_list: Found[]): void

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