Gjsify LogoGjsify Logo

Holds the information about offline change for one component.

record

Hierarchy

  • CalCacheOfflineChange

Index

Constructors

  • Creates a new #ECalCacheOfflineChange with the offline state information for the given uid.

    Parameters

    • uid: string

      a unique component identifier

    • rid: string

      a Recurrence-ID of the component

    • revision: string

      a revision of the component

    • object: string

      component itself

    • state: OfflineState

      an #EOfflineState

    Returns CalCacheOfflineChange

Properties

object: string

the component itself, as an iCalendar string

field
revision: string

stored revision of the component

field
rid: string

Recurrence-ID of the component

field

an #EOfflineState of the component

field
uid: string

UID of the component

field
name: string

Methods

  • free(change: object): void
  • Frees the change structure, previously allocated with e_cal_cache_offline_change_new() or e_cal_cache_offline_change_copy().

    Parameters

    • change: object

      an #ECalCacheOfflineChange

    Returns void

  • Creates a new #ECalCacheOfflineChange with the offline state information for the given uid.

    Parameters

    • uid: string

      a unique component identifier

    • rid: string

      a Recurrence-ID of the component

    • revision: string

      a revision of the component

    • object: string

      component itself

    • state: OfflineState

      an #EOfflineState

    Returns CalCacheOfflineChange

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