Gjsify LogoGjsify Logo

This structure is used to represent contacts returned by the #EBookCache from various functions such as e_book_cache_search().

The extra parameter will contain any data which was previously passed for this contact in e_book_cache_put_contact() or set with e_book_cache_set_contact_extra().

These should be freed with e_book_cache_search_data_free().

record

Hierarchy

  • BookCacheSearchData

Index

Constructors

Properties

Methods

Constructors

  • Creates a new EBookCacheSearchData prefilled with the given values.

    Parameters

    • uid: string

      a contact UID; cannot be %NULL

    • vcard: string

      the contact as a vCard string; cannot be %NULL

    • extra: string

      any extra data stored with the contact, or %NULL

    Returns BookCacheSearchData

Properties

extra: string

Any extra data associated with the vcard

field
uid: string

The %E_CONTACT_UID field of this contact

field
vcard: string

The vcard string

field
name: string

Methods

  • free(data: object): void
  • Frees the data structure, previously allocated with e_book_cache_search_data_new() or e_book_cache_search_data_copy().

    Parameters

    • data: object

      an #EBookCacheSearchData

    Returns void

  • Creates a new EBookCacheSearchData prefilled with the given values.

    Parameters

    • uid: string

      a contact UID; cannot be %NULL

    • vcard: string

      the contact as a vCard string; cannot be %NULL

    • extra: string

      any extra data stored with the contact, or %NULL

    Returns BookCacheSearchData

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