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

« back to all changes in this revision

Viewing changes to addressbook/libebook/e-book-client.h

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-07-20 13:34:59 UTC
  • mfrom: (1.1.126) (1.2.48 sid)
  • Revision ID: package-import@ubuntu.com-20150720133459-g6y46hnu5ewtoz08
Tags: 3.16.4-0ubuntu2
debian/patches/0001-Bug-752373-Monthly-events-do-not-recur-correctly.patch:
Cherry-pick patch from upstream to fix events not recurring correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * e-book-client.h
3
3
 *
4
 
 * This library is free software you can redistribute it and/or modify it
 
4
 * Copyright (C) 2011 Red Hat, Inc. (www.redhat.com)
 
5
 * Copyright (C) 2012 Intel Corporation
 
6
 *
 
7
 * This library is free software: you can redistribute it and/or modify it
5
8
 * under the terms of the GNU Lesser General Public License as published by
6
9
 * the Free Software Foundation.
7
10
 *
8
11
 * This library is distributed in the hope that it will be useful, but
9
12
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
10
 
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 
13
 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
11
14
 * for more details.
12
15
 *
13
16
 * You should have received a copy of the GNU Lesser General Public License
14
 
 * along with this library; if not, see <http://www.gnu.org/licenses/>.
15
 
 *
16
 
 *
17
 
 * Copyright (C) 2011 Red Hat, Inc. (www.redhat.com)
18
 
 * Copyright (C) 2012 Intel Corporation
 
17
 * along with this library. If not, see <http://www.gnu.org/licenses/>.
19
18
 *
20
19
 */
21
20
 
103
102
 
104
103
GType           e_book_client_get_type          (void) G_GNUC_CONST;
105
104
EClient *       e_book_client_connect_sync      (ESource *source,
 
105
                                                 guint32 wait_for_connected_seconds,
106
106
                                                 GCancellable *cancellable,
107
107
                                                 GError **error);
108
108
void            e_book_client_connect           (ESource *source,
 
109
                                                 guint32 wait_for_connected_seconds,
109
110
                                                 GCancellable *cancellable,
110
111
                                                 GAsyncReadyCallback callback,
111
112
                                                 gpointer user_data);
114
115
EClient *       e_book_client_connect_direct_sync
115
116
                                                (ESourceRegistry *registry,
116
117
                                                 ESource *source,
 
118
                                                 guint32 wait_for_connected_seconds,
117
119
                                                 GCancellable *cancellable,
118
120
                                                 GError **error);
119
121
void            e_book_client_connect_direct    (ESource *source,
 
122
                                                 guint32 wait_for_connected_seconds,
120
123
                                                 GCancellable *cancellable,
121
124
                                                 GAsyncReadyCallback callback,
122
125
                                                 gpointer user_data);