JanaEcalStoreView

JanaEcalStoreView — An implementation of JanaStoreView using libecal

Synopsis

                    JanaEcalStoreView;
JanaStoreView *     jana_ecal_store_view_new            (JanaEcalStore *store);

Object Hierarchy

  GObject
   +----JanaEcalStoreView

Implemented Interfaces

JanaEcalStoreView implements JanaStoreView.

Properties

  "end"                      GObject*              : Read / Write
  "parent"                   JanaEcalStore*        : Read / Write / Construct Only
  "start"                    GObject*              : Read / Write
  "timeout"                  guint                 : Read / Write
  "view"                     ECalView*             : Read

Description

JanaEcalStoreView is an implementation of JanaStoreView that provides a wrapper over ECalView, using libecal.

Details

JanaEcalStoreView

typedef struct _JanaEcalStoreView JanaEcalStoreView;

The JanaEcalStoreView struct contains only private data.


jana_ecal_store_view_new ()

JanaStoreView *     jana_ecal_store_view_new            (JanaEcalStore *store);

Creates a new JanaEcalStoreView on the given store.

store :

A JanaEcalStore

Returns :

A new JanaEcalStoreView, cast as a JanaStoreView.

Property Details

The "end" property

  "end"                      GObject*              : Read / Write

The end of the range being queried.


The "parent" property

  "parent"                   JanaEcalStore*        : Read / Write / Construct Only

The JanaEcalStore this view is filtering.


The "start" property

  "start"                    GObject*              : Read / Write

The start of the range being queried.


The "timeout" property

  "timeout"                  guint                 : Read / Write

The time-out (in milliseconds) before components from an old query are removed.

Default value: 0


The "view" property

  "view"                     ECalView*             : Read

The ECalView being used to query the parent ECal.