"Fossies" - the Fresh Open Source Software Archive 
Member "evolution-mapi-3.46.1/src/configuration/e-mapi-edit-folder-permissions.h" (2 Dec 2022, 1493 Bytes) of package /linux/misc/evolution-mapi-3.46.1.tar.xz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style:
standard) with prefixed line numbers and
code folding option.
Alternatively you can here
view or
download the uninterpreted source code file.
For more information about "e-mapi-edit-folder-permissions.h" see the
Fossies "Dox" file reference documentation.
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /*
3 * This program is free software; you can redistribute it and/or
4 * modify it under the terms of the GNU Lesser General Public
5 * License as published by the Free Software Foundation; either
6 * version 2 of the License, or (at your option) version 3.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * Lesser General Public License for more details.
12 *
13 * You should have received a copy of the GNU Lesser General Public
14 * License along with the program; if not, see <http://www.gnu.org/licenses/>
15 *
16 *
17 * Authors:
18 * Milan Crha <mcrha@redhat.com>
19 *
20 * Copyright (C) 2012 Red Hat, Inc. (www.redhat.com)
21 *
22 */
23
24 #ifndef E_MAPI_EDIT_FOLDER_PERMISSIONS_H
25 #define E_MAPI_EDIT_FOLDER_PERMISSIONS_H
26
27 #include <gtk/gtk.h>
28 #include <libmapi/libmapi.h>
29 #include <libedataserver/libedataserver.h>
30
31 #include "e-mapi-folder.h"
32 #include "camel-mapi-settings.h"
33
34 void e_mapi_edit_folder_permissions (GtkWindow *parent,
35 ESourceRegistry *registry,
36 ESource *source,
37 CamelMapiSettings *mapi_settings,
38 const gchar *account_name,
39 const gchar *folder_name,
40 mapi_id_t folder_id,
41 EMapiFolderCategory folder_category,
42 const gchar *foreign_username,
43 gboolean with_freebusy);
44
45 #endif /* E_MAPI_EDIT_FOLDER_PERMISSIONS_H */