Gjsify LogoGjsify Logo

Hierarchy

  • BookMetaBackendInfo

Index

Constructors

  • new BookMetaBackendInfo(uid: string, revision: string, object: string, extra: string): BookMetaBackendInfo
  • Creates a new #EBookMetaBackendInfo prefilled with the given values.

    Parameters

    • uid: string

      a contact UID; cannot be %NULL

    • revision: string

      the contact revision; can be %NULL

    • object: string

      the contact object as a vCard string; can be %NULL

    • extra: string

      extra backend-specific data; can be %NULL

    Returns BookMetaBackendInfo

Properties

extra: string
object: string
revision: string
uid: string
name: string

Methods

  • free(ptr: object): void
  • Frees the ptr structure, previously allocated with e_book_meta_backend_info_new() or e_book_meta_backend_info_copy().

    Parameters

    • ptr: object

      an #EBookMetaBackendInfo

    Returns void

  • Creates a new #EBookMetaBackendInfo prefilled with the given values.

    Parameters

    • uid: string

      a contact UID; cannot be %NULL

    • revision: string

      the contact revision; can be %NULL

    • object: string

      the contact object as a vCard string; can be %NULL

    • extra: string

      extra backend-specific data; can be %NULL

    Returns BookMetaBackendInfo

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