From 3be35526b66418c9ccd664523620c8c7cde550b5 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 23 Jul 2003 12:14:57 +0000 Subject: removed unneeded prototypes. 2003-07-23 Rodrigo Moya * gui/e-day-view.h: * gui/e-week-view.h: removed unneeded prototypes. * gui/e-cal-view.[ch] (e_cal_view_get_visible_time_range): new function. (selection_received): deal correctly with the selected time range. * gui/e-week-view.c (e_week_view_get_visible_time_range): made it private as the implementation of the 'get_visible_time_range' virtual method. * gui/e-day-view.c (e_day_view_get_visible_time_range): ditto. * gui/gnome-cal.c (gnome_calendar_direction): merged redundant 'case'. (focus_current_view): removed redundant code. svn path=/trunk/; revision=21897 --- calendar/gui/e-calendar-view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/gui/e-calendar-view.h') diff --git a/calendar/gui/e-calendar-view.h b/calendar/gui/e-calendar-view.h index d188ee6659..eb22decb26 100644 --- a/calendar/gui/e-calendar-view.h +++ b/calendar/gui/e-calendar-view.h @@ -56,6 +56,7 @@ struct _ECalViewClass { GList * (* get_selected_events) (ECalView *cal_view); void (* get_selected_time_range) (ECalView *cal_view, time_t *start_time, time_t *end_time); void (* set_selected_time_range) (ECalView *cal_view, time_t start_time, time_t end_time); + gboolean (* get_visible_time_range) (ECalView *cal_view, time_t *start_time, time_t *end_time); void (* update_query) (ECalView *cal_view); }; @@ -73,6 +74,7 @@ void e_cal_view_set_status_message (ECalView *cal_view, const gchar *m GList *e_cal_view_get_selected_events (ECalView *cal_view); void e_cal_view_get_selected_time_range (ECalView *cal_view, time_t *start_time, time_t *end_time); void e_cal_view_set_selected_time_range (ECalView *cal_view, time_t start_time, time_t end_time); +gboolean e_cal_view_get_visible_time_range (ECalView *cal_view, time_t *start_time, time_t *end_time); void e_cal_view_update_query (ECalView *cal_view); void e_cal_view_cut_clipboard (ECalView *cal_view); -- cgit fs/?id=c090e231902277e70f2a0152e553c221b9079874'>refslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* BROKEN on 5.x: does not compilekris2004-02-181-1/+7
* Update to 0.5.3knu2004-02-173-4/+6
* - Fix build on AMD64krion2004-02-081-1/+3
* fix build on currentoliver2004-02-076-30/+104
* - Fix build on -currentkrion2004-02-064-14/+42
* BROKEN: Does not compile on 5.xkris2004-02-052-2/+14
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0418-2/+18
* Gramps (Genealogical Research and Analysis Management Programming System)pav2004-02-015-0/+502
* - Remove local mastersite now Savannah is backpav2004-01-301-5/+2
* SIZEify.trevor2004-01-3015-0/+15
* SIZEify.trevor2004-01-292-0/+2
* - Update to version 0.7.0krion2004-01-273-57/+66
* - Chase libraries for new math/GiNaC versionkrion2004-01-231-2/+2
* Use the CPIO macro defined in bsd.port.mk.trevor2004-01-221-1/+1
* - Put distfile on MASTER_SITE_LOCAL until Savannah is restoredpav2004-01-081-2/+5
* - Update to version 0.81krion2004-01-065-22/+42
* - Update to 0.4.0pav2004-01-043-3/+3
* Update to 2.2.1maho2003-12-284-30/+234
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER linesergei2003-12-211-1/+1
* - Update to 0.3.90pav2003-12-135-36/+12
* USE_MESA -> USE_GLfjoe2003-12-101-1/+1
* - Make it do actually something useful.pav2003-12-071-4/+9
* - Fix build on 5.xpav2003-12-074-22/+54
* - Update to version 2.5krion2003-11-223-8/+8
* Update maintainer field with my FreeBSD.org address.pav2003-11-142-2/+2
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-1/+2
* upgrade to 1.6.1ijliao2003-11-1310-20/+184
* Forgot to remove EXAMPLEDIRmaho2003-11-101-0/+1
* Remove a patch forgotten in the last commit.marcus2003-11-091-64/+0
* Update to 0.3.6.marcus2003-11-095-4/+33
* . Welcome felt to the science category.glewis2003-11-082-1/+2
* - Chase libraries for new math/GiNaC versionkrion2003-11-071-2/+2
* Chase the gcu shared lib version.marcus2003-11-031-1/+2
* Update to 0.2.0, the first stable release.marcus2003-11-033-12/+7
* upgrade to 0.6.0ijliao2003-10-283-6/+21
* utilize SITE_PERLijliao2003-10-242-6/+5
* add kmovisto 0.5.1ijliao2003-10-245-0/+68
* Before committing the previous BROKEN changes I carefully checked the statuskris2003-10-161-7/+1
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
* Fix configure by remove -lcipher.osa2003-10-132-2/+4
* - Fix build on 4-stablekrion2003-10-113-8/+41
* Fix CONFIGURE_ENV, this is passed as-is to the shell.maho2003-10-081-2/+2
* Add INSTALLS_SHLIB to the Makefileedwin2003-10-061-0/+2
* Remove #maho2003-10-041-1/+1
* Update to up-to-date developer versionmaho2003-10-043-9/+33
* Honor CFLAGSmaho2003-10-041-1/+1
* a) add support for EMF formatmaho2003-10-041-6/+4
* Update to 2.1.5maho2003-10-042-4/+4
* Chase up new MASTER_SITE_SAVANNAH.edwin2003-10-032-2/+4
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-242-2/+2
* New port: science/at Acoustic ToolBoxedwin2003-09-086-0/+366
* Fix very stupid error.maho2003-09-041-1/+4
* 1) takeover maintainershipmaho2003-09-041-2/+4
* - don't clobber any given LDFLAGSdinoex2003-08-312-2/+2
* Fixed build dependencymaho2003-08-301-2/+2
* Update to 0.3.5.marcus2003-08-293-2/+66
* Update to 0.1.7.marcus2003-08-293-3/+88
* Update to CAD/feltedwin2003-08-255-9/+741
* Fix `fails to patch'maho2003-08-191-13/+0
* - Don't hardcode python version on Makefile and pkg-plist.perky2003-08-184-18/+22
* Fix configure failure (autoconf257 is required)maho2003-08-121-1/+1
* Fix build on 4-STABLEmaho2003-08-081-21/+25
* Update to 2.1.4maho2003-08-034-1715/+1747
* Fix build on gcc-3.3.xmaho2003-08-022-0/+24
* Chase the GtkGLExt shared lib version.marcus2003-07-311-1/+1
* Add bash for BUILD_DEPENDSmaho2003-07-281-0/+1
* Unbreak by clean-ups.maho2003-07-272-11/+8
* Add a missing dependency on libgnomeui.marcus2003-07-271-2/+2
* Add a dependency on gnometarget to quiet a configure warning.marcus2003-07-271-1/+1
* Drop maintainership of science/mmtkdaichi2003-07-251-1/+1
* Added a Numerical Hartree-Fock Program for Diatomic Molecules.maho2003-07-249-0/+496
* Comment out chemtool-devel, which provides a duplicate chemtool-1.6 versionkris2003-07-231-1/+1
* Update to version 0.77.4maho2003-07-213-15/+2
* Update to 1.6 and some clean-up.maho2003-07-217-104/+63
* Fix build on -CURRENT (gcc-3.3)osa2003-07-201-0/+13
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-142-3/+4
* Add a missing dependency on libbonoboui.marcus2003-07-101-1/+2
* Update to 0.3.4.marcus2003-06-304-7/+19
* Update to 0.1.4.marcus2003-06-307-78/+27
* * Update to 1.100.1marcus2003-06-30