aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.h
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-10-24 21:31:00 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-10-24 21:31:00 +0800
commit98f0136ffa1428fb21c80dfa4568c88eebbdddc8 (patch)
tree0e2608838f9392539dff5ef3b75591d8d4c0d7bd /calendar/gui/gnome-cal.h
parent5146cded3b065817a0a203f5c71ffed3427d0fe4 (diff)
downloadgsoc2013-evolution-98f0136ffa1428fb21c80dfa4568c88eebbdddc8.tar
gsoc2013-evolution-98f0136ffa1428fb21c80dfa4568c88eebbdddc8.tar.gz
gsoc2013-evolution-98f0136ffa1428fb21c80dfa4568c88eebbdddc8.tar.bz2
gsoc2013-evolution-98f0136ffa1428fb21c80dfa4568c88eebbdddc8.tar.lz
gsoc2013-evolution-98f0136ffa1428fb21c80dfa4568c88eebbdddc8.tar.xz
gsoc2013-evolution-98f0136ffa1428fb21c80dfa4568c88eebbdddc8.tar.zst
gsoc2013-evolution-98f0136ffa1428fb21c80dfa4568c88eebbdddc8.zip
update protos
2003-10-24 JP Rosevear <jpr@ximian.com> * gui/gnome-cal.h: update protos * gui/gnome-cal.c (gnome_calendar_set_default_uri): set the default client based on uri * gui/calendar-component.c (add_uri_for_source): rename from load_uri_for_source and take a calendar (remove_uri_for_source): utility routine to remove the source's uri from the calendar (is_in_selection): checks to see if the uid of the given source matches any of those in the given selection (update_uris_for_selection): remove any uris no longer in the selection, add those that still exist (source_selection_changed_callback): call above (primary_source_selection_changed_callback): we have the calendar easily now; set the default by uri (control_activate_cb): handle activation and de-activation (impl_createControls): create the calendar control ourselves so we have access to the calendar (impl_dispose): release the source selection svn path=/trunk/; revision=23057
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r--calendar/gui/gnome-cal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h
index f36bafd6d3..42e4623477 100644
--- a/calendar/gui/gnome-cal.h
+++ b/calendar/gui/gnome-cal.h
@@ -107,11 +107,11 @@ ECalendarTable *gnome_calendar_get_task_pad (GnomeCalendar *gcal);
ECalModel *gnome_calendar_get_calendar_model (GnomeCalendar *gcal);
CalClient *gnome_calendar_get_default_client (GnomeCalendar *gcal);
-void gnome_calendar_set_default_client (GnomeCalendar *gcal, CalClient *client);
CalClient *gnome_calendar_get_task_pad_cal_client(GnomeCalendar *gcal);
gboolean gnome_calendar_add_event_uri (GnomeCalendar *gcal, const char *str_uri);
gboolean gnome_calendar_remove_event_uri (GnomeCalendar *gcal, const char *str_uri);
+gboolean gnome_calendar_set_default_uri (GnomeCalendar *gcal, const char *str_uri);
void gnome_calendar_set_query (GnomeCalendar *gcal, const char *sexp);