aboutsummaryrefslogtreecommitdiffstats
path: root/help/devel/calendar/cal-client/tmpl/cal-client.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'help/devel/calendar/cal-client/tmpl/cal-client.sgml')
-rw-r--r--help/devel/calendar/cal-client/tmpl/cal-client.sgml71
1 files changed, 47 insertions, 24 deletions
diff --git a/help/devel/calendar/cal-client/tmpl/cal-client.sgml b/help/devel/calendar/cal-client/tmpl/cal-client.sgml
index 06469ff3ee..6de1ab8045 100644
--- a/help/devel/calendar/cal-client/tmpl/cal-client.sgml
+++ b/help/devel/calendar/cal-client/tmpl/cal-client.sgml
@@ -84,6 +84,15 @@ GTK+ object for communication with personal calendar server.
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>
@@ -112,6 +121,15 @@ GTK+ object for communication with personal calendar server.
@Returns:
+<!-- ##### FUNCTION cal_client_is_loaded ##### -->
+<para>
+
+</para>
+
+@client:
+@Returns:
+
+
<!-- ##### FUNCTION cal_client_get_n_objects ##### -->
<para>
@@ -122,6 +140,16 @@ GTK+ object for communication with personal calendar server.
@Returns:
+<!-- ##### FUNCTION cal_client_get_uids ##### -->
+<para>
+
+</para>
+
+@client:
+@type:
+@Returns:
+
+
<!-- ##### FUNCTION cal_client_get_object ##### -->
<para>
@@ -135,72 +163,67 @@ GTK+ object for communication with personal calendar server.
@ico:
-<!-- ##### FUNCTION cal_client_get_objects_in_range ##### -->
+<!-- ##### FUNCTION cal_client_get_changes ##### -->
<para>
</para>
@client:
@type:
-@start:
-@end:
+@change_id:
@Returns:
-<!-- ##### FUNCTION cal_client_generate_instances ##### -->
+<!-- ##### FUNCTION cal_client_change_list_free ##### -->
<para>
</para>
-@client:
-@type:
-@start:
-@end:
-@cb:
-@cb_data:
+@list:
-<!-- ##### FUNCTION cal_client_get_uid_by_pilot_id ##### -->
+<!-- ##### FUNCTION cal_client_get_objects_in_range ##### -->
<para>
</para>
@client:
-@pilot_id:
-@uid:
+@type:
+@start:
+@end:
@Returns:
-<!-- ##### FUNCTION cal_client_update_pilot_id ##### -->
+<!-- ##### FUNCTION cal_client_generate_instances ##### -->
<para>
</para>
@client:
-@uid:
-@pilot_id:
-@pilot_status:
+@type:
+@start:
+@end:
+@cb:
+@cb_data:
-<!-- ##### FUNCTION cal_client_get_uids ##### -->
+<!-- ##### FUNCTION cal_client_get_alarms_in_range ##### -->
<para>
</para>
@client:
-@type:
+@start:
+@end:
@Returns:
-<!-- ##### FUNCTION cal_client_get_alarms_in_range ##### -->
+<!-- ##### FUNCTION cal_client_free_alarms ##### -->
<para>
</para>
-@client:
-@start:
-@end:
-@Returns:
+@comp_alarms:
<!-- ##### FUNCTION cal_client_get_alarms_for_object ##### -->