GcalApplication

GcalApplication

Functions

Properties

GcalClock * clock Read
GcalManager * manager Read
GcalTimeFormat time-format Read
GcalWeatherService * weather-service Read

Types and Values

Object Hierarchy

    GObject
    ╰── GApplication
        ╰── GtkApplication
            ╰── GcalApplication

Implemented Interfaces

GcalApplication implements GActionGroup and GActionMap.

Description

Functions

gcal_application_new ()

GcalApplication *
gcal_application_new (void);

gcal_application_get_manager ()

GcalManager *
gcal_application_get_manager (GcalApplication *self);

Retrieves the GcalManager of the application.

Parameters

self

a GcalApplication

 

Returns

a GcalManager.

[transfer none]


gcal_application_set_uuid ()

void
gcal_application_set_uuid (GcalApplication *self,
                           const gchar *app_uuid);

gcal_application_set_initial_date ()

void
gcal_application_set_initial_date (GcalApplication *self,
                                   GDateTime *initial_date);

Types and Values

GCAL_TYPE_APPLICATION

#define GCAL_TYPE_APPLICATION                                    (gcal_application_get_type ())

GcalApplication

typedef struct _GcalApplication GcalApplication;

Property Details

The “clock” property

  “clock”                    GcalClock *

The internal clock of Calendar.

Flags: Read


The “manager” property

  “manager”                  GcalManager *

The manager object.

Flags: Read


The “time-format” property

  “time-format”              GcalTimeFormat

The time format of the computer.

Flags: Read

Default value: GCAL_TIME_FORMAT_24H


The “weather-service” property

  “weather-service”          GcalWeatherService *

The weather service object.

Flags: Read