GDataCalendarFeed

GDataCalendarFeed — GData Calendar feed object

Stability Level

Unstable, unless otherwise indicated

Synopsis

#include <gdata/services/calendar/gdata-calendar-feed.h>

                    GDataCalendarFeed;
                    GDataCalendarFeedClass;
const gchar *       gdata_calendar_feed_get_timezone    (GDataCalendarFeed *self);
guint               gdata_calendar_feed_get_times_cleaned
                                                        (GDataCalendarFeed *self);

Object Hierarchy

  GObject
   +----GDataParsable
         +----GDataFeed
               +----GDataCalendarFeed

Properties

  "times-cleaned"            guint                 : Read
  "timezone"                 gchar*                : Read

Description

GDataCalendarFeed is a subclass of GDataFeed to represent a results feed from Google Calendar. It adds a couple of properties which are specific to the Google Calendar API.

Details

GDataCalendarFeed

typedef struct _GDataCalendarFeed GDataCalendarFeed;

All the fields in the GDataCalendarFeed structure are private and should never be accessed directly.

Since 0.3.0


GDataCalendarFeedClass

typedef struct {
} GDataCalendarFeedClass;

All the fields in the GDataCalendarFeedClass structure are private and should never be accessed directly.

Since 0.3.0


gdata_calendar_feed_get_timezone ()

const gchar *       gdata_calendar_feed_get_timezone    (GDataCalendarFeed *self);

Gets the "timezone" property.

self :

a GDataCalendarFeed

Returns :

the feed's timezone, or NULL

Since 0.3.0


gdata_calendar_feed_get_times_cleaned ()

guint               gdata_calendar_feed_get_times_cleaned
                                                        (GDataCalendarFeed *self);

Gets the "times-cleaned" property.

self :

a GDataCalendarFeed

Returns :

the number of times the feed has been totally emptied

Since 0.3.0

Property Details

The "times-cleaned" property

  "times-cleaned"            guint                 : Read

The number of times the feed has been completely cleared of entries.

Default value: 0

Since 0.3.0


The "timezone" property

  "timezone"                 gchar*                : Read

The timezone in which the feed's times are given.

Default value: NULL

Since 0.3.0