Gjsify LogoGjsify Logo

This structure is used to represent components returned by the #ECalCache from various functions such as e_cal_cache_search().

The extra parameter will contain any data which was previously passed for this component in e_cal_cache_put_component() or set with e_cal_cache_set_component_extra().

These should be freed with e_cal_cache_search_data_free().

record

Hierarchy

  • CalCacheSearchData

Index

Constructors

Properties

Methods

Constructors

  • new CalCacheSearchData(uid: string, rid: string, object: string, extra: string): CalCacheSearchData
  • Creates a new #ECalCacheSearchData prefilled with the given values.

    Parameters

    • uid: string

      a component UID; cannot be %NULL

    • rid: string

      a component Recurrence-ID; can be %NULL

    • object: string

      the component as an iCal string; cannot be %NULL

    • extra: string

      any extra data stored with the component, or %NULL

    Returns CalCacheSearchData

Properties

extra: string

any extra data associated with the component

field
object: string

the component string

field
rid: string

the Recurrence-ID of this component

field
uid: string

the UID of this component

field
name: string

Methods

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

    Parameters

    • ptr: object

      an #ECalCacheSearchData

    Returns void

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

    Parameters

    • uid: string

      a component UID; cannot be %NULL

    • rid: string

      a component Recurrence-ID; can be %NULL

    • object: string

      the component as an iCal string; cannot be %NULL

    • extra: string

      any extra data stored with the component, or %NULL

    Returns CalCacheSearchData

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