From f08f4c88be0ffdf26639a5100e8ffb31bbb6668b Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Sun, 24 Jun 2001 23:54:24 +0000 Subject: Sync - Federico svn path=/trunk/; revision=10455 --- .../devel/calendar/cal-client/tmpl/cal-client.sgml | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) (limited to 'help/devel/calendar/cal-client/tmpl/cal-client.sgml') diff --git a/help/devel/calendar/cal-client/tmpl/cal-client.sgml b/help/devel/calendar/cal-client/tmpl/cal-client.sgml index e29fd8811f..27b0c28f98 100644 --- a/help/devel/calendar/cal-client/tmpl/cal-client.sgml +++ b/help/devel/calendar/cal-client/tmpl/cal-client.sgml @@ -255,3 +255,67 @@ GTK+ object for communication with personal calendar server. @Returns: + + + + + +@client: +@sexp: +@Returns: + + + + + + + +@calclient: the object which received the signal. +@arg1: + + + + This signal is emitted when the calendar clients receives + notification of a calendar component's data being changed in the + personal calendar server. Graphical clients may want to get the + new version of the object and update their display, for example. + + +@calclient: the object which received the signal. +@arg1: + +@client: Calendar client which received the notification. +@uid: Unique identifier of the calendar component that changed in the + personal calendar server's storage. + + + + This signal is emitted when the calendar client receives + notification for a calendar component being removed from the + storage in the personal calendar server. Graphical clients may + want to delete the corresponding object from their display, for + example. + + +@calclient: the object which received the signal. +@arg1: + +@client: Calendar client which received the notification. +@uid: Unique identifier of the calendar component that was removed + from the personal calendar server's storage. + + + + + + + + +@calclient: the object which received the signal. +@arg1: + -- cgit v1.2.3