1 /*
2  * gnome-keyring
3  *
4  * Copyright (C) 2010 Collabora Ltd.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU Lesser General Public License as
8  * published by the Free Software Foundation; either version 2.1 of
9  * the License, or (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful, but
12  * WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this program; if not, see <http://www.gnu.org/licenses/>.
18  *
19  * Author: Stef Walter <stefw@collabora.co.uk>
20  */
21 
22 #ifndef __GI_SCANNER__
23 #ifndef GCR_API_SUBJECT_TO_CHANGE
24 #error <gcr/This API has not yet reached stability.>
25 #endif
26 #endif
27 
28 #ifndef __GCR_BASE_H__
29 #define __GCR_BASE_H__
30 
31 #include <glib.h>
32 
33 #define __GCR_INSIDE_HEADER__
34 
35 #include <gcr/gcr-types.h>
36 
37 #include <gcr/gcr-certificate.h>
38 #include <gcr/gcr-certificate-chain.h>
39 #include <gcr/gcr-certificate-request.h>
40 #include <gcr/gcr-column.h>
41 #include <gcr/gcr-deprecated-base.h>
42 #include <gcr/gcr-enum-types-base.h>
43 #include <gcr/gcr-filter-collection.h>
44 #include <gcr/gcr-icons.h>
45 #include <gcr/gcr-importer.h>
46 #include <gcr/gcr-library.h>
47 #include <gcr/gcr-mock-prompter.h>
48 #include <gcr/gcr-parser.h>
49 #include <gcr/gcr-pkcs11-certificate.h>
50 #include <gcr/gcr-prompt.h>
51 #include <gcr/gcr-secret-exchange.h>
52 #include <gcr/gcr-secure-memory.h>
53 #include <gcr/gcr-simple-certificate.h>
54 #include <gcr/gcr-simple-collection.h>
55 #include <gcr/gcr-ssh-askpass.h>
56 #include <gcr/gcr-system-prompt.h>
57 #include <gcr/gcr-system-prompter.h>
58 #include <gcr/gcr-trust.h>
59 #include <gcr/gcr-union-collection.h>
60 #include <gcr/gcr-unlock-options.h>
61 #include <gcr/gcr-version.h>
62 
63 #undef __GCR_INSIDE_HEADER__
64 
65 #endif /* __GCR_BASE_H__ */
66