![]() |
![]() |
![]() |
GData Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#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
);
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.
typedef struct _GDataCalendarFeed GDataCalendarFeed;
All the fields in the GDataCalendarFeed structure are private and should never be accessed directly.
Since 0.3.0
typedef struct { } GDataCalendarFeedClass;
All the fields in the GDataCalendarFeedClass structure are private and should never be accessed directly.
Since 0.3.0
const gchar * gdata_calendar_feed_get_timezone (GDataCalendarFeed *self
);
Gets the "timezone" property.
|
a GDataCalendarFeed |
Returns : |
the feed's timezone, or NULL
|
Since 0.3.0
guint gdata_calendar_feed_get_times_cleaned
(GDataCalendarFeed *self
);
Gets the "times-cleaned" property.
|
a GDataCalendarFeed |
Returns : |
the number of times the feed has been totally emptied |
Since 0.3.0