diff options
Diffstat (limited to 'doc/devel')
4 files changed, 52 insertions, 54 deletions
diff --git a/doc/devel/calendar/cal-client/tmpl/cal-client.sgml b/doc/devel/calendar/cal-client/tmpl/cal-client.sgml index 06195ca454..e29fd8811f 100644 --- a/doc/devel/calendar/cal-client/tmpl/cal-client.sgml +++ b/doc/devel/calendar/cal-client/tmpl/cal-client.sgml @@ -255,49 +255,3 @@ GTK+ object for communication with personal calendar server. @Returns: -<!-- ##### SIGNAL CalClient::cal-opened ##### --> -<para> - -</para> - -@calclient: the object which received the signal. -@arg1: - -<!-- ##### SIGNAL CalClient::obj-updated ##### --> - <para> - 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. - </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. - -<!-- ##### SIGNAL CalClient::obj-removed ##### --> - <para> - 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. - </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. - -<!-- -Local variables: -mode: sgml -sgml-parent-document: ("../../../evolution-devel-guide.sgml" "book" "refsect2" "") -End: ---> - diff --git a/doc/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml b/doc/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml index f8f1f1408e..3d050e171b 100644 --- a/doc/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml +++ b/doc/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml @@ -16,6 +16,14 @@ @str_uri: @Returns: +<!-- ##### SIGNAL CalClient::cal-opened ##### --> +<para> + +</para> + +@calclient: the object which received the signal. +@arg1: + <!-- ##### FUNCTION cal_client_get_events_in_range ##### --> <para> @@ -49,6 +57,20 @@ @client: @Returns: +<!-- ##### SIGNAL CalClient::obj-updated ##### --> + <para> + 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. + </para> + +@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. + <!-- ##### FUNCTION cal_client_update_pilot_id ##### --> <para> @@ -82,3 +104,25 @@ @uid: @Returns: +<!-- ##### SIGNAL CalClient::obj-removed ##### --> + <para> + 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. + </para> + +@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. + +<!-- +Local variables: +mode: sgml +sgml-parent-document: ("../../../evolution-devel-guide.sgml" "book" "refsect2" "") +End: +--> + diff --git a/doc/devel/executive-summary/tmpl/evolution-services-unused.sgml b/doc/devel/executive-summary/tmpl/evolution-services-unused.sgml index e69de29bb2..9f8096db6a 100644 --- a/doc/devel/executive-summary/tmpl/evolution-services-unused.sgml +++ b/doc/devel/executive-summary/tmpl/evolution-services-unused.sgml @@ -0,0 +1,8 @@ +<!-- ##### SIGNAL ExecutiveSummaryHtmlView::handle-uri ##### --> +<para> + +</para> + +@executivesummaryhtmlview: the object which received the signal. +@arg1: + diff --git a/doc/devel/executive-summary/tmpl/executive-summary-html-view.sgml b/doc/devel/executive-summary/tmpl/executive-summary-html-view.sgml index 6ff2709e15..2fb66a2035 100644 --- a/doc/devel/executive-summary/tmpl/executive-summary-html-view.sgml +++ b/doc/devel/executive-summary/tmpl/executive-summary-html-view.sgml @@ -73,11 +73,3 @@ This is the event that is emitted on the BonoboEventSource when the HTML is chan @Returns: -<!-- ##### SIGNAL ExecutiveSummaryHtmlView::handle-uri ##### --> -<para> - -</para> - -@executivesummaryhtmlview: the object which received the signal. -@arg1: - |