| Top | Description | Object Hierarchy | Properties |
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);
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.
|
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.
|
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
