diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-12-23 14:44:45 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-12-23 14:44:45 +0800 |
commit | c7e6af5698a90f837f71709af3413569d1ff216a (patch) | |
tree | ff274e8f78bf4fa204455eef31438cdd6e0b1834 /doc/devel/calendar/cal-client | |
parent | 035deb0bb5e8b659c4ea1a1e257fe446fc16a381 (diff) | |
download | gsoc2013-evolution-c7e6af5698a90f837f71709af3413569d1ff216a.tar gsoc2013-evolution-c7e6af5698a90f837f71709af3413569d1ff216a.tar.gz gsoc2013-evolution-c7e6af5698a90f837f71709af3413569d1ff216a.tar.bz2 gsoc2013-evolution-c7e6af5698a90f837f71709af3413569d1ff216a.tar.lz gsoc2013-evolution-c7e6af5698a90f837f71709af3413569d1ff216a.tar.xz gsoc2013-evolution-c7e6af5698a90f837f71709af3413569d1ff216a.tar.zst gsoc2013-evolution-c7e6af5698a90f837f71709af3413569d1ff216a.zip |
Remove deleted file
2000-12-23 JP Rosevear <jpr@helixcode.com>
* POTFILES.in: Remove deleted file
svn path=/trunk/; revision=7142
Diffstat (limited to 'doc/devel/calendar/cal-client')
-rw-r--r-- | doc/devel/calendar/cal-client/evolution-cal-client.signals | 6 | ||||
-rw-r--r-- | doc/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml | 16 |
2 files changed, 11 insertions, 11 deletions
diff --git a/doc/devel/calendar/cal-client/evolution-cal-client.signals b/doc/devel/calendar/cal-client/evolution-cal-client.signals index d5af728e6f..97e360b6a2 100644 --- a/doc/devel/calendar/cal-client/evolution-cal-client.signals +++ b/doc/devel/calendar/cal-client/evolution-cal-client.signals @@ -2,20 +2,20 @@ <NAME>CalClient::cal-loaded</NAME> <RETURNS>void</RETURNS> CalClient *calclient -gint arg1 +GtkEnum arg1 </SIGNAL> <SIGNAL> <NAME>CalClient::obj-updated</NAME> <RETURNS>void</RETURNS> CalClient *calclient -gchar *arg1 +GtkString arg1 </SIGNAL> <SIGNAL> <NAME>CalClient::obj-removed</NAME> <RETURNS>void</RETURNS> CalClient *calclient -gchar *arg1 +GtkString arg1 </SIGNAL> 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 77eb4a2b15..a0c23894d9 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 @@ -1,22 +1,22 @@ -<!-- ##### FUNCTION cal_client_get_events_in_range ##### --> +<!-- ##### FUNCTION cal_client_update_pilot_id ##### --> <para> </para> @client: -@start: -@end: -@Returns: +@uid: +@pilot_id: +@pilot_status: -<!-- ##### FUNCTION cal_client_update_pilot_id ##### --> +<!-- ##### FUNCTION cal_client_get_events_in_range ##### --> <para> </para> @client: -@uid: -@pilot_id: -@pilot_status: +@start: +@end: +@Returns: <!-- ##### FUNCTION cal_client_get_uid_by_pilot_id ##### --> <para> |