Gjsify LogoGjsify Logo

Hierarchy

  • BookQuery

Index

Constructors

Properties

name: string

Methods

  • to_string(): string
  • unref(): void
  • Decrement the reference count on q. When the reference count reaches 0, q will be freed and any child queries will have e_book_query_unref() called.

    Returns void

  • Create a new #EBookQuery which is the logical AND of the queries in #qs.

    Parameters

    • nqs: number

      the number of queries to AND

    • qs: BookQuery

      pointer to an array of #EBookQuery items

    • unref: boolean

      if %TRUE, the new query takes ownership of the existing queries

    Returns BookQuery

  • Creates a new #EBookQuery which is the logical OR of the queries in #qs.

    Parameters

    • nqs: number

      the number of queries to OR

    • qs: BookQuery

      pointer to an array of #EBookQuery items

    • unref: boolean

      if %TRUE, the new query takes ownership of the existing queries

    Returns BookQuery

  • Creates a new #EBookQuery which tests if the field field exists. field should be a vCard field name, such as #EVC_FN or #EVC_X_MSN.

    Parameters

    • field: string

      a field name

    Returns BookQuery

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