diff options
author | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2005-07-12 00:23:57 +0800 |
---|---|---|
committer | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2005-07-12 00:23:57 +0800 |
commit | 6a70408ad082eae0acbb9e1d367a934abf7cf6fb (patch) | |
tree | 0eb97a7e567cd81721a021451d54f08cb3cd4d59 /calendar/gui/gnome-cal.h | |
parent | 073ef931e617ccc99c3610e9250a0e93b27ba71f (diff) | |
download | gsoc2013-evolution-6a70408ad082eae0acbb9e1d367a934abf7cf6fb.tar.gz gsoc2013-evolution-6a70408ad082eae0acbb9e1d367a934abf7cf6fb.tar.zst gsoc2013-evolution-6a70408ad082eae0acbb9e1d367a934abf7cf6fb.zip |
Added support for opening a calendar-item in the editor when its ESource
* Added support for opening a calendar-item in the editor when its ESource id and ECalComponent id/rid are passed in the invocation URI.
svn path=/trunk/; revision=29722
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r-- | calendar/gui/gnome-cal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h index f7f6a7f3ae..9558df8221 100644 --- a/calendar/gui/gnome-cal.h +++ b/calendar/gui/gnome-cal.h @@ -187,6 +187,12 @@ void gnome_calendar_purge (GnomeCalendar *gcal, +/* Direct calendar component operations */ +void gnome_calendar_edit_appointment (GnomeCalendar *gcal, + const char* src_uid, + const char* comp_uid, + const char* comp_rid); + G_END_DECLS #endif |