~ubuntu-branches/ubuntu/oneiric/libgdata/oneiric-backports

« back to all changes in this revision

Viewing changes to gdata/services/calendar/gdata-calendar-query.h

  • Committer: Package Import Robot
  • Author(s): Evan Broder
  • Date: 2011-11-15 21:59:48 UTC
  • mfrom: (4.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20111115215948-e17s889ocgu5fv4f
Tags: 0.10.1-1~oneiric1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
void gdata_calendar_query_set_start_max (GDataCalendarQuery *self, gint64 start_max);
81
81
const gchar *gdata_calendar_query_get_timezone (GDataCalendarQuery *self) G_GNUC_PURE;
82
82
void gdata_calendar_query_set_timezone (GDataCalendarQuery *self, const gchar *_timezone);
 
83
guint gdata_calendar_query_get_max_attendees (GDataCalendarQuery *self) G_GNUC_PURE;
 
84
void gdata_calendar_query_set_max_attendees (GDataCalendarQuery *self, guint max_attendees);
 
85
gboolean gdata_calendar_query_show_deleted (GDataCalendarQuery *self) G_GNUC_PURE;
 
86
void gdata_calendar_query_set_show_deleted (GDataCalendarQuery *self, gboolean show_deleted);
83
87
 
84
88
G_END_DECLS
85
89