Top | ![]() |
![]() |
![]() |
![]() |
const gchar * | gdata_calendar_feed_get_timezone () |
guint | gdata_calendar_feed_get_times_cleaned () |
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
“timezone”
property “timezone” gchar *
The timezone in which the feed's times are given. This is a timezone name in tz database notation: reference.
Flags: Read
Default value: NULL
Since 0.3.0