JanaEcalComponent

JanaEcalComponent — An implementation of JanaComponent using libecal

Synopsis




                    JanaEcalComponent;
JanaComponent*      jana_ecal_component_new_from_ecalcomp
                                                        (ECalComponent *component);

Object Hierarchy


  GObject
   +----JanaEcalComponent
         +----JanaEcalEvent

Implemented Interfaces

JanaEcalComponent implements JanaComponent.

Properties


  "ecalcomp"                 ECalComponent         : Read / Write / Construct Only

Description

JanaEcalComponent is an implementation of JanaComponent that provides a wrapper over ECalComponent, using libecal.

Details

JanaEcalComponent

typedef struct _JanaEcalComponent JanaEcalComponent;

The JanaEcalComponent struct contains only private data.


jana_ecal_component_new_from_ecalcomp ()

JanaComponent*      jana_ecal_component_new_from_ecalcomp
                                                        (ECalComponent *component);

Creates a new JanaEcalComponent from an ECalComponent.

component : An ECalComponent
Returns : A new JanaEcalComponent that wraps the given ECalComponent, cast as a JanaComponent.

Property Details

The "ecalcomp" property

  "ecalcomp"                 ECalComponent         : Read / Write / Construct Only

The ECalComponent represented by this JanaComponent object.