diff options
author | Miguel de Icaza <miguel@src.gnome.org> | 2001-01-10 10:15:08 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2001-01-10 10:15:08 +0800 |
commit | 2e3bf2d247de7646868bc45167b5e3afa8b48e10 (patch) | |
tree | a019e7a18f8d270b21aa19c581ce5834f13f12aa /doc/devel/calendar/cal-client/tmpl/cal-client.sgml | |
parent | 328c0538af42185562bfa9549701f7c5b7064d32 (diff) | |
download | gsoc2013-evolution-2e3bf2d247de7646868bc45167b5e3afa8b48e10.tar.gz gsoc2013-evolution-2e3bf2d247de7646868bc45167b5e3afa8b48e10.tar.zst gsoc2013-evolution-2e3bf2d247de7646868bc45167b5e3afa8b48e10.zip |
More Makefile organization to compile
svn path=/trunk/; revision=7350
Diffstat (limited to 'doc/devel/calendar/cal-client/tmpl/cal-client.sgml')
-rw-r--r-- | doc/devel/calendar/cal-client/tmpl/cal-client.sgml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/devel/calendar/cal-client/tmpl/cal-client.sgml b/doc/devel/calendar/cal-client/tmpl/cal-client.sgml index 6de1ab8045..d3ef7c8113 100644 --- a/doc/devel/calendar/cal-client/tmpl/cal-client.sgml +++ b/doc/devel/calendar/cal-client/tmpl/cal-client.sgml @@ -61,15 +61,6 @@ GTK+ object for communication with personal calendar server. destroyed. </para> -@CAL_CLIENT_LOAD_SUCCESS: Indicates a successful load or create - operation; the corresponding calendar is ready for use. -@CAL_CLIENT_LOAD_ERROR: Indicates an error while loading or creating - the calendar. -@CAL_CLIENT_LOAD_IN_USE: Indicates that a create request failed - because the specified calendar was already being used by another - client. -@CAL_CLIENT_LOAD_METHOD_NOT_SUPPORTED: Indicates an error due to - trying to load a calendar for which a backend type is not present. <!-- ##### ENUM CalClientGetStatus ##### --> <para> @@ -77,21 +68,12 @@ GTK+ object for communication with personal calendar server. function. </para> -@CAL_CLIENT_GET_SUCCESS: Indicates a successful get operation. -@CAL_CLIENT_GET_NOT_FOUND: Indicates that the requested object was - not found. -@CAL_CLIENT_GET_SYNTAX_ERROR: Indicates a syntax error when parsing - the requested object. This could indicate a bug in the calendar - client libraries or in the Wombat server. <!-- ##### ENUM CalClientChangeType ##### --> <para> </para> -@CAL_CLIENT_CHANGE_ADDED: -@CAL_CLIENT_CHANGE_MODIFIED: -@CAL_CLIENT_CHANGE_DELETED: <!-- ##### FUNCTION cal_client_new ##### --> <para> |