Top | ![]() |
![]() |
![]() |
![]() |
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.
const gchar *
gdata_calendar_feed_get_timezone (GDataCalendarFeed *self
);
Gets the “timezone” property.
Since 0.3.0
guint
gdata_calendar_feed_get_times_cleaned (GDataCalendarFeed *self
);
Gets the “times-cleaned” property.
Since 0.3.0
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
“times-cleaned”
property“times-cleaned” guint
The number of times the feed has been completely cleared of entries.
Flags: Read
Default value: 0
Since 0.3.0