diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2001-01-03 00:35:57 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-01-03 00:35:57 +0800 |
commit | b3e4ed6da61c048e670a0623f18645f5519c3cd0 (patch) | |
tree | c268921b31edfe03e295dced8325c33c43e86892 /help/devel/calendar/cal-client | |
parent | 45f3b8b6e04845a465d6b4d06a2af876e90296ce (diff) | |
download | gsoc2013-evolution-b3e4ed6da61c048e670a0623f18645f5519c3cd0.tar gsoc2013-evolution-b3e4ed6da61c048e670a0623f18645f5519c3cd0.tar.gz gsoc2013-evolution-b3e4ed6da61c048e670a0623f18645f5519c3cd0.tar.bz2 gsoc2013-evolution-b3e4ed6da61c048e670a0623f18645f5519c3cd0.tar.lz gsoc2013-evolution-b3e4ed6da61c048e670a0623f18645f5519c3cd0.tar.xz gsoc2013-evolution-b3e4ed6da61c048e670a0623f18645f5519c3cd0.tar.zst gsoc2013-evolution-b3e4ed6da61c048e670a0623f18645f5519c3cd0.zip |
Unconditionally remove the client from the alarm notification system.
2001-01-01 Federico Mena Quintero <federico@helixcode.com>
* gui/gnome-cal.c (gnome_calendar_destroy): Unconditionally remove
the client from the alarm notification system.
Removed all the obsolete alarm code.
* gui/event-editor.c: Removed some crufty externs left over from
Gnomecal.
* gui/calendar-commands.c: #include "goto.h"
Removed crufty variables left over from Gnomecal.
(new_calendar): Do not take a full_name parameter.
(init_username): Removed function.
(init_calendar): Wheeeeeeee! Removed crufty function.
(quit_cmd): Removed function.
* gui/print.c (WEEK_STARTS_ON_MONDAY): Made it unconditionally
FALSE because we do not use the configuration setting anyways.
Sigh, all the printing code needs to be revamped.
svn path=/trunk/; revision=7209
Diffstat (limited to 'help/devel/calendar/cal-client')
-rw-r--r-- | help/devel/calendar/cal-client/evolution-cal-client.signals | 6 | ||||
-rw-r--r-- | help/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml | 16 |
2 files changed, 11 insertions, 11 deletions
diff --git a/help/devel/calendar/cal-client/evolution-cal-client.signals b/help/devel/calendar/cal-client/evolution-cal-client.signals index 97e360b6a2..d5af728e6f 100644 --- a/help/devel/calendar/cal-client/evolution-cal-client.signals +++ b/help/devel/calendar/cal-client/evolution-cal-client.signals @@ -2,20 +2,20 @@ <NAME>CalClient::cal-loaded</NAME> <RETURNS>void</RETURNS> CalClient *calclient -GtkEnum arg1 +gint arg1 </SIGNAL> <SIGNAL> <NAME>CalClient::obj-updated</NAME> <RETURNS>void</RETURNS> CalClient *calclient -GtkString arg1 +gchar *arg1 </SIGNAL> <SIGNAL> <NAME>CalClient::obj-removed</NAME> <RETURNS>void</RETURNS> CalClient *calclient -GtkString arg1 +gchar *arg1 </SIGNAL> diff --git a/help/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml b/help/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml index a0c23894d9..77eb4a2b15 100644 --- a/help/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml +++ b/help/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml @@ -1,22 +1,22 @@ -<!-- ##### 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_events_in_range ##### --> +<!-- ##### FUNCTION cal_client_update_pilot_id ##### --> <para> </para> @client: -@start: -@end: -@Returns: +@uid: +@pilot_id: +@pilot_status: <!-- ##### FUNCTION cal_client_get_uid_by_pilot_id ##### --> <para> |