~ubuntu-branches/ubuntu/breezy/evolution-data-server/breezy

« back to all changes in this revision

Viewing changes to calendar/backends/groupwise/e-cal-backend-groupwise-utils.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-10-10 11:30:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051010113056-rb4vj4kbs8yxft85
Tags: 1.4.1-0ubuntu3
* debian/patches/camel-imap-store.c.patch:
  - Ubuntu 17465: apply patch from
  http://bugzilla.gnome.org/attachment.cgi?id=53234&action=view
  (additional NULL pointer check)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * Copyright 2003, Novell, Inc.
8
8
 *
9
9
 * This program is free software; you can redistribute it and/or 
10
 
 * modify it under the terms of version 2 of the GNU General Public 
 
10
 * modify it under the terms of version 2 of the GNU Lesser General Public 
11
11
 * License as published by the Free Software Foundation.
12
12
 *
13
13
 * This program is distributed in the hope that it will be useful,
14
14
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
15
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
 
 * GNU General Public License for more details.
 
16
 * GNU Lesser General Public License for more details.
17
17
 *
18
 
 * You should have received a copy of the GNU General Public License
 
18
 * You should have received a copy of the GNU Lesser General Public License
19
19
 * along with this program; if not, write to the Free Software
20
20
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
21
21
 * USA
47
47
EGwConnectionStatus e_gw_connection_send_appointment (ECalBackendGroupwise *cbgw, const char *container, ECalComponent *comp, icalproperty_method method, gboolean *remove, ECalComponent **created_comp);
48
48
EGwConnectionStatus e_gw_connection_get_freebusy_info (EGwConnection *cnc, GList *users, time_t start, time_t end, GList **freebusy, icaltimezone *default_zone);
49
49
void e_cal_backend_groupwise_store_settings (EGwSendOptions *opts, ECalBackendGroupwise *cbgw);
 
50
EGwItem * e_gw_item_new_for_delegate_from_cal (ECalBackendGroupwise *cbgw, ECalComponent *comp);
 
51
gboolean e_cal_backend_groupwise_utils_check_delegate (ECalComponent *comp, const char *email);
 
52
 
50
53
 
51
54
/*
52
55
 * Component related utility functions