JanaEcalStoreView

JanaEcalStoreView — An implementation of JanaStoreView using libecal

Functions

JanaStoreView * jana_ecal_store_view_new ()

Properties

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

Types and Values

Object Hierarchy

    GObject
    ╰── JanaEcalStoreView

Implemented Interfaces

JanaEcalStoreView implements JanaStoreView.

Description

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

Functions

jana_ecal_store_view_new ()

JanaStoreView *
jana_ecal_store_view_new (JanaEcalStore *store);

Creates a new JanaEcalStoreView on the given store.

Parameters

store

A JanaEcalStore

 

Returns

A new JanaEcalStoreView, cast as a JanaStoreView.

Types and Values

struct JanaEcalStoreView

struct JanaEcalStoreView;

The JanaEcalStoreView struct contains only private data.

Property Details

The “end” property

  “end”                      GObject *

The end of the range being queried.

Flags: Read / Write


The “parent” property

  “parent”                   JanaEcalStore *

The JanaEcalStore this view is filtering.

Flags: Read / Write / Construct Only


The “start” property

  “start”                    GObject *

The start of the range being queried.

Flags: Read / Write


The “timeout” property

  “timeout”                  guint

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

Flags: Read / Write

Default value: 0


The “view” property

  “view”                     ECalView *

The ECalView being used to query the parent ECal.

Flags: Read