aboutsummaryrefslogtreecommitdiffstats
path: root/doc/devel/calendar/cal-client/tmpl/cal-client.sgml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@src.gnome.org>2000-08-15 07:59:13 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-08-15 07:59:13 +0800
commitbf9f26b7733b298c31415734d6f41d30e9213b54 (patch)
treeaa80ed4f38f7c9876287dd6568986816c138f3a5 /doc/devel/calendar/cal-client/tmpl/cal-client.sgml
parent1f10ac10737d23e1e2a1243b4baccb5839f02e5d (diff)
downloadgsoc2013-evolution-bf9f26b7733b298c31415734d6f41d30e9213b54.tar
gsoc2013-evolution-bf9f26b7733b298c31415734d6f41d30e9213b54.tar.gz
gsoc2013-evolution-bf9f26b7733b298c31415734d6f41d30e9213b54.tar.bz2
gsoc2013-evolution-bf9f26b7733b298c31415734d6f41d30e9213b54.tar.lz
gsoc2013-evolution-bf9f26b7733b298c31415734d6f41d30e9213b54.tar.xz
gsoc2013-evolution-bf9f26b7733b298c31415734d6f41d30e9213b54.tar.zst
gsoc2013-evolution-bf9f26b7733b298c31415734d6f41d30e9213b54.zip
Added the cal-util library to the documentation framework - Federico
svn path=/trunk/; revision=4839
Diffstat (limited to 'doc/devel/calendar/cal-client/tmpl/cal-client.sgml')
-rw-r--r--doc/devel/calendar/cal-client/tmpl/cal-client.sgml58
1 files changed, 40 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 d2205b5b22..a146709b8a 100644
--- a/doc/devel/calendar/cal-client/tmpl/cal-client.sgml
+++ b/doc/devel/calendar/cal-client/tmpl/cal-client.sgml
@@ -38,7 +38,6 @@ GTK+ object for communication with personal calendar server.
</para>
-
<!-- ##### MACRO CAL_CLIENT ##### -->
<para>
Casts a #GtkObject to a #CalClient.
@@ -61,14 +60,11 @@ GTK+ object for communication with personal calendar server.
@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.
@@ -79,10 +75,8 @@ GTK+ object for communication with personal calendar server.
</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.
@@ -132,10 +126,37 @@ GTK+ object for communication with personal calendar server.
@client:
@uid:
+@comp:
+@Returns:
+<!-- # Unused Parameters # -->
@ico:
+
+
+<!-- ##### FUNCTION cal_client_get_objects_in_range ##### -->
+<para>
+
+</para>
+
+@client:
+@type:
+@start:
+@end:
@Returns:
+<!-- ##### FUNCTION cal_client_generate_instances ##### -->
+<para>
+
+</para>
+
+@client:
+@type:
+@start:
+@end:
+@cb:
+@cb_data:
+
+
<!-- ##### FUNCTION cal_client_get_uid_by_pilot_id ##### -->
<para>
@@ -168,17 +189,6 @@ GTK+ object for communication with personal calendar server.
@Returns:
-<!-- ##### FUNCTION cal_client_get_events_in_range ##### -->
-<para>
-
-</para>
-
-@client:
-@start:
-@end:
-@Returns:
-
-
<!-- ##### FUNCTION cal_client_get_alarms_in_range ##### -->
<para>
@@ -209,8 +219,10 @@ GTK+ object for communication with personal calendar server.
</para>
@client:
-@ico:
+@comp:
@Returns:
+<!-- # Unused Parameters # -->
+@ico:
<!-- ##### FUNCTION cal_client_remove_object ##### -->
@@ -232,6 +244,9 @@ GTK+ object for communication with personal calendar server.
request.
</para>
+@calclient: the object which received the signal.
+@arg1:
+<!-- # Unused Parameters # -->
@client: Calendar client which received the notification.
@status: Status of the request. See the description of
#CalClientLoadStatus for more details.
@@ -244,6 +259,9 @@ GTK+ object for communication with personal calendar server.
new version of the object and update their display, for example.
</para>
+@calclient: the object which received the signal.
+@arg1:
+<!-- # Unused Parameters # -->
@client: Calendar client which received the notification.
@uid: Unique identifier of the calendar component that changed in the
personal calendar server's storage.
@@ -257,6 +275,9 @@ GTK+ object for communication with personal calendar server.
example.
</para>
+@calclient: the object which received the signal.
+@arg1:
+<!-- # Unused Parameters # -->
@client: Calendar client which received the notification.
@uid: Unique identifier of the calendar component that was removed
from the personal calendar server's storage.
@@ -267,3 +288,4 @@ mode: sgml
sgml-parent-document: ("../../../evolution-devel-guide.sgml" "book" "refsect2" "")
End:
-->
+