~ubuntu-branches/ubuntu/trusty/gcr/trusty-proposed

« back to all changes in this revision

Viewing changes to gcr/gcr-enum-types-base.h

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-03 10:18:39 UTC
  • Revision ID: package-import@ubuntu.com-20120503101839-wuvloldm7gmdsnij
Tags: upstream-3.4.1
ImportĀ upstreamĀ versionĀ 3.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/* Generated data (by glib-mkenums) */
 
3
 
 
4
#if !defined (__GCR_INSIDE_HEADER__) && !defined (GCR_COMPILATION)
 
5
#error "Only <gcr/gcr.h> can be included directly."
 
6
#endif
 
7
 
 
8
#ifndef __GCR_ENUM_TYPES_H__
 
9
#define __GCR_ENUM_TYPES_H__
 
10
 
 
11
#include <glib-object.h>
 
12
 
 
13
G_BEGIN_DECLS
 
14
 
 
15
/* enumerations from "gcr-certificate-chain.h" */
 
16
GType gcr_certificate_chain_status_get_type (void) G_GNUC_CONST;
 
17
#define GCR_TYPE_CERTIFICATE_CHAIN_STATUS (gcr_certificate_chain_status_get_type ())
 
18
GType gcr_certificate_chain_flags_get_type (void) G_GNUC_CONST;
 
19
#define GCR_TYPE_CERTIFICATE_CHAIN_FLAGS (gcr_certificate_chain_flags_get_type ())
 
20
 
 
21
/* enumerations from "gcr-certificate-request.h" */
 
22
GType gcr_certificate_request_format_get_type (void) G_GNUC_CONST;
 
23
#define GCR_TYPE_CERTIFICATE_REQUEST_FORMAT (gcr_certificate_request_format_get_type ())
 
24
 
 
25
/* enumerations from "gcr-deprecated-base.h" */
 
26
GType gcr_importer_prompt_behavior_get_type (void) G_GNUC_CONST;
 
27
#define GCR_TYPE_IMPORTER_PROMPT_BEHAVIOR (gcr_importer_prompt_behavior_get_type ())
 
28
 
 
29
/* enumerations from "gcr-prompt.h" */
 
30
GType gcr_prompt_reply_get_type (void) G_GNUC_CONST;
 
31
#define GCR_TYPE_PROMPT_REPLY (gcr_prompt_reply_get_type ())
 
32
 
 
33
/* enumerations from "gcr-system-prompt.h" */
 
34
GType gcr_system_prompt_error_get_type (void) G_GNUC_CONST;
 
35
#define GCR_TYPE_SYSTEM_PROMPT_ERROR (gcr_system_prompt_error_get_type ())
 
36
 
 
37
/* enumerations from "gcr-system-prompter.h" */
 
38
GType gcr_system_prompter_mode_get_type (void) G_GNUC_CONST;
 
39
#define GCR_TYPE_SYSTEM_PROMPTER_MODE (gcr_system_prompter_mode_get_type ())
 
40
 
 
41
/* enumerations from "gcr-types.h" */
 
42
GType gcr_data_error_get_type (void) G_GNUC_CONST;
 
43
#define GCR_TYPE_DATA_ERROR (gcr_data_error_get_type ())
 
44
GType gcr_data_format_get_type (void) G_GNUC_CONST;
 
45
#define GCR_TYPE_DATA_FORMAT (gcr_data_format_get_type ())
 
46
G_END_DECLS
 
47
 
 
48
#endif /* __GCR_ENUM_TYPES_H__ */
 
49
 
 
50
/* Generated data ends here */
 
51