aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-store.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-meeting-store.h')
-rw-r--r--calendar/gui/e-meeting-store.h108
1 files changed, 0 insertions, 108 deletions
diff --git a/calendar/gui/e-meeting-store.h b/calendar/gui/e-meeting-store.h
deleted file mode 100644
index 8454c380b0..0000000000
--- a/calendar/gui/e-meeting-store.h
+++ /dev/null
@@ -1,108 +0,0 @@
-/*
- * e-meeting-store.h
- *
- * Copyright (C) 2003 Ximian, Inc.
- *
- * Author: Mike Kestner
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of version 2 of the GNU General Public
- * License as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public
- * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
-#ifndef _E_MEETING_STORE_H_
-#define _E_MEETING_STORE_H_
-
-#include <gtk/gtkliststore.h>
-#include <libecal/e-cal.h>
-#include "e-meeting-attendee.h"
-
-G_BEGIN_DECLS
-
-#define E_TYPE_MEETING_STORE (e_meeting_store_get_type ())
-#define E_MEETING_STORE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), E_TYPE_MEETING_STORE, EMeetingStore))
-#define E_MEETING_STORE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), E_TYPE_MEETING_STORE, EMeetingStoreClass))
-#define E_IS_MEETING_STORE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), E_TYPE_MEETING_STORE))
-#define E_IS_MEETING_STORE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((obj), E_TYPE_MEETING_STORE))
-
-typedef struct _EMeetingStore EMeetingStore;
-typedef struct _EMeetingStorePrivate EMeetingStorePrivate;
-typedef struct _EMeetingStoreClass EMeetingStoreClass;
-
-typedef enum {
- E_MEETING_STORE_ADDRESS_COL,
- E_MEETING_STORE_MEMBER_COL,
- E_MEETING_STORE_TYPE_COL,
- E_MEETING_STORE_ROLE_COL,
- E_MEETING_STORE_RSVP_COL,
- E_MEETING_STORE_DELTO_COL,
- E_MEETING_STORE_DELFROM_COL,
- E_MEETING_STORE_STATUS_COL,
- E_MEETING_STORE_CN_COL,
- E_MEETING_STORE_LANGUAGE_COL,
- E_MEETING_STORE_ATTENDEE_COL,
- E_MEETING_STORE_ATTENDEE_UNDERLINE_COL,
- E_MEETING_STORE_COLUMN_COUNT
-} EMeetingStoreColumns;
-
-struct _EMeetingStore {
- GtkListStore parent;
-
- EMeetingStorePrivate *priv;
-};
-
-struct _EMeetingStoreClass {
- GtkListStoreClass parent_class;
-};
-
-typedef void (* EMeetingStoreRefreshCallback) (gpointer data);
-
-GType e_meeting_store_get_type (void);
-GObject *e_meeting_store_new (void);
-
-void e_meeting_store_set_value (EMeetingStore *im, int row, int col, const gchar *val);
-
-ECal *e_meeting_store_get_e_cal (EMeetingStore *im);
-void e_meeting_store_set_e_cal (EMeetingStore *im, ECal *client);
-
-icaltimezone *e_meeting_store_get_zone (EMeetingStore *im);
-void e_meeting_store_set_zone (EMeetingStore *im, icaltimezone *zone);
-
-void e_meeting_store_add_attendee (EMeetingStore *im, EMeetingAttendee *ia);
-EMeetingAttendee *e_meeting_store_add_attendee_with_defaults (EMeetingStore *im);
-
-void e_meeting_store_remove_attendee (EMeetingStore *im, EMeetingAttendee *ia);
-void e_meeting_store_remove_all_attendees (EMeetingStore *im);
-
-EMeetingAttendee *e_meeting_store_find_attendee (EMeetingStore *im, const gchar *address, gint *row);
-EMeetingAttendee *e_meeting_store_find_attendee_at_row (EMeetingStore *im, gint row);
-
-gint e_meeting_store_count_actual_attendees (EMeetingStore *im);
-const GPtrArray *e_meeting_store_get_attendees (EMeetingStore *im);
-
-void e_meeting_store_refresh_all_busy_periods (EMeetingStore *im,
- EMeetingTime *start,
- EMeetingTime *end,
- EMeetingStoreRefreshCallback call_back,
- gpointer data);
-void e_meeting_store_refresh_busy_periods (EMeetingStore *im,
- int row,
- EMeetingTime *start,
- EMeetingTime *end,
- EMeetingStoreRefreshCallback call_back,
- gpointer data);
-
-
-G_END_DECLS
-
-#endif
This Horde package provides an abstracted API interface to variousmm2011-07-084-0/+44 * This Horde library provides rendering drivers for MIME data.mm2011-07-084-0/+38 * Horde package providing methods for dealing with MIME (RFC 2045) and relatedmm2011-07-084-0/+26 * The Horde_Mail library is a fork of the PEAR Mail library that providesmm2011-07-084-0/+35 * - Update to 1.9.1.1culot2011-07-074-9/+8 * Update to 2.4.10.ume2011-07-062-3/+3 * Make enigmail-thunderbird buildable, by compiling the whole tb as a workaroun...ale2011-07-063-16/+28 * Fix for gmake-3.82 issues suffered by a small minority of userscrees2011-07-061-0/+16 * - Update to 2.71crees2011-07-065-46/+45 * - Use USERS and GROUPScrees2011-07-064-160/+7 * - Upgrade to 2.08.kuriyama2011-07-052-3/+3 * - Pet portlint(1)novel2011-07-051-3/+10 * Kill EOL whitespace.danfe2011-07-051-2/+2 * Assist with de-MD5'ificationdougb2011-07-052-2/+0 * add an option to build the lightning (calendar) extensionflo2011-07-054-2/+60 * - Use USERS and GROUPScrees2011-07-053-50/+7 * - Deprecate ports that don't work with Ruby 1.9 (volunteers welcome)swills2011-07-041-0/+3 * - remove MD5ohauer2011-07-03497-593/+0 * - Update to 2.0.0swills2011-07-034-27/+7 * - Chase the libgcrypt shared lib versionswills2011-07-031-2/+2 * - Update to 1.2 release to support seamonkey 2.1 and thunderbird 5.0,ale2011-07-036-31/+35 * - use own WWWDIR and USE_APACHE_RUN macroohauer2011-07-034-22/+17 * - Add files missed in last commitswills2011-07-023-0/+108 * - Update to 1.8.0swills2011-07-024-42/+97 * - Update to 2.4.1swills2011-07-024-12/+30 * - Update to 1.2.7miwi2011-07-022-13/+7 * - Update to 1.32.0miwi2011-07-022-9/+4 * Fix a possible data loss buguqs2011-07-022-0/+864 * - Update to 151miwi2011-07-022-8/+5 * Update to 6.3.3uqs2011-07-024-23/+33 * set LATEST_LINK to not overlap with mail/thunderbird-i18nflo2011-07-011-0/+2 * the liboggplay_oss patch should not have been removed. On FreeBSD > 700000 itflo2011-07-011-0/+15 * remove 2 obsolete patchesflo2011-07-012-81/+0 * update thunderbird to 5.0flo2011-07-0178-684/+1258 * update to 3.1.11 as mail/thunderbird-i18n will be updated to 5.0flo2011-07-012-106/+100 * add missing files and add a forgotten patch to remove 6.X supportflo2011-07-016-7/+102 * update to 3.1.11 as mail/thunderbird will be updated to 5.0flo2011-07-0111-102/+65 * deprecate and expirepgollucci2011-07-011-0/+3 * - Fix WWW in pkg-descrgahr2011-06-301-1/+1 * - Update to 0.89beech2011-06-303-5/+17 * Remove expired port:rene2011-06-2911-942/+0 * - Add p5-MIME-AltWords 0.12sunpoet2011-06-285-0/+38 * - Update to 1.3.140miwi2011-06-283-4/+7 * - Update to 0.39swills2011-06-282-3/+3 * - Use USERS and GROUPScrees2011-06-283-60/+3 * - Update to 3.3.2. Now works with perl 5.12+ with no warnings.wxs2011-06-279-341/+108 * This is sieve-connect. A client for the ManageSieve protocol, as specifed inmiwi2011-06-264-0/+73 * - Disable gate news by default to prevent lockups on slower machinescrees2011-06-261-1/+2 * Fix build with clangdougb2011-06-261-0/+2 * This class is a near drop-in replacement for the regex parsing ofswills2011-06-265-0/+33 * - Update to 1.3swills2011-06-262-3/+3 * - honor CCdinoex2011-06-255-2/+33 * - Drop maintainership (ENOTIME)sahil2011-06-242-2/+2 * - Fix up depencies versions after all the churn todaypgollucci2011-06-241-1/+1 * - guess thats enough for the 1st day backpgollucci2011-06-242-4/+4 * - Update rails to 3.0.9 (current)pgollucci2011-06-242-2/+2 * - Removing remaining MD5 from rubygem- portspgollucci2011-06-242-2/+0 * - Update rails to 3.0.6pgollucci2011-06-244-6/+6 * - Unbreak Evolution supportpav2011-06-239-10/+393 * Update to 2.4.9.ume2011-06-225-48/+27 * - update to 3.1.11flo2011-06-2210-195/+195 * - Update to 1.3sylvio2011-06-226-55/+89 * Let's try this one again.crees2011-06-225-74/+89 * Correct linker flags passing (fixes build with clang)johans2011-06-211-1/+1 * - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-06-2112-14/+14 * - Update to 2.9-20110615sahil2011-06-212-3/+3 * - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-06-206-6/+4 * - Ressurrect as most committers/contributors probably use this getting diffs ...pgollucci2011-06-191-5/+2 * - Deprecate after maintainer timeoutcrees2011-06-191-0/+3 * - Update to 4.83.5crees2011-06-198-250/+318 * Another bunch of deprecation: no more public distfiles and/or abandonwarebapt2011-06-171-0/+3 * - Update maintainer addresscrees2011-06-173-3/+3 * Another bunch of deprecation: no more public distfiles and/or abandonwarebapt2011-06-161-0/+3 * Unfetchable, no new home found: deprecatebapt2011-06-161-0/+3 * Fix mono bindings of libgmime-2.4.so.romain2011-06-162-1/+11 * - Revert previous USERS fix until reworked and testedcrees2011-06-164-26/+77 * Reset maintainer due to email not valid anymorebapt2011-06-151-1/+1 * Update to 1.9.1.0jlaffaye2011-06-154-15/+12 * Update to version 1.98. Changes:bsam2011-06-142-3/+3 * - Fix missing escapes in the rc script.wxs2011-06-142-2/+2 * - Update to 1.434culot2011-06-142-3/+3 * Kill mail/evolution-sharp.romain2011-06-146-71/+0 * Update the MAINTAINER address of a few lost ports.romain2011-06-141-1/+1 * - Correct GROUP when postfix OPTION is selected [1]crees2011-06-145-77/+28 * Mark DEPRECATED and set EXPIRATION_DATE.ale2011-06-131-0/+3 * - Update to 2.9-20110605sahil2011-06-132-3/+3 * Hello Mono 2.10!romain2011-06-133-57/+52 * - Update to 6.1.5crees2011-06-122-5/+4 * - Update to 1.908lth2011-06-122-4/+4 * - Update to 1.1.2miwi2011-06-126-57/+61 * Update to 0.3.14.vsevolod2011-06-102-3/+3 * Back to the pool maintainer has no more time to work on itbapt2011-06-101-1/+1 * update to 4.9.3oliver2011-06-082-11/+12 * - use ports framework to create USER and GROUP [1]ohauer2011-06-084-28/+26 * [1] Remove unnecessary dependency on Berkeley DBrene2011-06-074-682/+646 * - Mark broken - Rewrite in progressbeech2011-06-071-0/+1 * Security update to new upstream release 6.3.20.mandree2011-06-062-10/+6 * Update to 0.5.3 release.ale2011-06-062-3/+3 * Chase security/gnutls update and add an UPDATING entry.novel2011-06-069-15/+18 * - update to version 4.9.1ohauer2011-06-056-188/+93 * Add working Mastersitesarved2011-06-052-3/+3 * Add corrections in RC script from Doug.wxs2011-06-041-5/+4 * Update to 0.3.13.vsevolod2011-06-032-3/+3 * - Update to 3.1.71pav2011-06-033-17/+3 * - Update to 1.8.0rc2.wxs2011-06-033-7/+5 * Remove expired and vulnerable port:rene2011-06-0313-952/+0 * - Update to 0.1203 [1]culot2011-06-032-6/+6 * - Update to 0.4wen2011-06-012-8/+4 * - Update to 2.2.17miwi2011-05-312-3/+3 * Remove the "phone home" feature that was used by UW to gather statisticsdougb2011-05-312-1/+382 * - Update to 0.06sunpoet2011-05-292-9/+14 * Update elm+ME 2.4 to 125johans2011-05-272-17/+4 * Bump PORTREVISION of all ports dependent on lang/ghc as duringashish2011-05-261-1/+1 * - Update to 5.0.4beech2011-05-264-7/+17 * - Update to 3230culot2011-05-252-3/+3 * - Update to 1.1culot2011-05-244-16/+19 * - Update to 3226culot2011-05-242-3/+3 * -Update to 5.0.3 (New horde4 series)beech2011-05-248-698/+738 * - Remove MD5sylvio2011-05-232-1/+2 * Remove databases/db3. All users were using db3+mandree2011-05-232-6/+5 * mod_perl2 was updated, this changes are needet to preventohauer2011-05-231-1/+1 * Greyfix is the greylisting policy daemon for Postfix written by Kim Minhsahil2011-05-216-0/+68 * Make it buildable with perl 5.14.0. Perl 5.14.0 doesn't defineume2011-05-202-0/+42 * - Update to 0.8.1culot2011-05-203-8/+12 * remove dependency on devel/libgetlineoliver2011-05-202-2/+1 * - Update to 1.4.24novel2011-05-184-6/+16 * - update to 8.14.5dinoex2011-05-183-17/+3 * - Moved a bunch of chmod and chown commands from Makefile to pkg-plist nowglarkin2011-05-182-14/+9 * - Switched order of install targets to prevent incorrect ownership on aglarkin2011-05-182-4/+4 * - Cleaning MD5 in perl@'s portsjadawin2011-05-1727-27/+0 * Remove painful examples of foo="", with particular prejudice againstdougb2011-05-1512-29/+12 * Use TCL/Tk 8.5arved2011-05-141-5/+5 * -Bump portrevision to chase dovecot2 updatebeech2011-05-141-1/+1 * -Update to 2.0.12beech2011-05-143-3/+4 * Update to 1.411.wxs2011-05-132-4/+6 * Python utilities for console mail clients like Mutt.wxs2011-05-135-0/+125 * - Mark BROKEN: does not buildpav2011-05-121-0/+2 * - update to 1.0.Alpha1.0dinoex2011-05-122-5/+5 * mail/exim: upgrade to 4.76rea2011-05-113-3/+18 * Use command_interpreter instead of procname insahil2011-05-112-1/+2 * Update math/gsl to 1.15, and adjust PORTREVISIONbf2011-05-104-5/+5 * Update to 2.7.4 and address the problem described insahil2011-05-092-4/+10 * Update to 2.6.10 and address the problem described insahil2011-05-092-4/+10 * - Update to 2.5.13sahil2011-05-092-3/+3 * Update to 2.8.3 and point to newer VDA patch. Also addresssahil2011-05-094-16/+28 * - Add p5-SESsunpoet2011-05-094-0/+53 * - Please welcome GHC 7.0.3ashish2011-05-094-21/+14 * - Pass maintainership to submittersahil2011-05-091-99/+62 * Update to 2.5.19 CVS snapshot on 2011/04/20nobutaka2011-05-062-4/+4 * Mail::OpenDKIM is a perl interface to the OpenDKIM C library. It alsojadawin2011-05-054-0/+45 * - Update to 1.2.7.1swills2011-05-042-9/+4 * Update to 0.9.1.delphij2011-05-04