Gjsify LogoGjsify Logo

Hierarchy

  • bSqlVCardCallback

Callable

  • bSqlVCardCallback(uid: string, extra: string): string
  • If this callback is passed to e_book_sqlite_new(), then vcards are not stored in the SQLite and instead this callback is invoked to fetch the vcard.

    This callback will be called to fetch results for fully indexed and optimized queries, and it will also be called while performing fallback queries against #EContactFields which are not configured in the #ESourceBackendSummarySetup or default summary fields.

    This user callback is called inside a lock, you must not call the #EBookSqlite API from this callback.

    Parameters

    • uid: string

      A contact UID

    • extra: string

      The extra data associated to the contact

    Returns 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