~ubuntu-branches/ubuntu/saucy/gnome-online-accounts/saucy

« back to all changes in this revision

Viewing changes to src/goaidentity/goaidentityenumtypes.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-08-20 22:37:44 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120820223744-ndi1s9124mef09ak
Tags: 3.5.90-0ubuntu1
* New upstream release.
* debian/control.in:
  - Build-depend on krb5-config, libgcr-3-dev, and libkrb5-dev
* debian/rules:
  - Enable Kerberos provider
* debian/libgoa-1.0-0.symbols: Added new symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/* Generated data (by glib-mkenums) */
 
3
 
 
4
#ifndef GOA_IDENTITY_ENUM_TYPES_H
 
5
#define GOA_IDENTITY_ENUM_TYPES_H
 
6
 
 
7
#include <glib-object.h>
 
8
 
 
9
G_BEGIN_DECLS
 
10
 
 
11
/* enumerations from "goaidentity.h" */
 
12
GType goa_identity_error_get_type (void) G_GNUC_CONST;
 
13
#define GOA_TYPE_IDENTITY_ERROR (goa_identity_error_get_type ())
 
14
GType goa_identity_sign_in_flags_get_type (void) G_GNUC_CONST;
 
15
#define GOA_TYPE_IDENTITY_SIGN_IN_FLAGS (goa_identity_sign_in_flags_get_type ())
 
16
 
 
17
/* enumerations from "goaidentityinquiry.h" */
 
18
GType goa_identity_query_mode_get_type (void) G_GNUC_CONST;
 
19
#define GOA_TYPE_IDENTITY_QUERY_MODE (goa_identity_query_mode_get_type ())
 
20
 
 
21
/* enumerations from "goaidentitymanager.h" */
 
22
GType goa_identity_manager_error_get_type (void) G_GNUC_CONST;
 
23
#define GOA_TYPE_IDENTITY_MANAGER_ERROR (goa_identity_manager_error_get_type ())
 
24
 
 
25
/* enumerations from "goakerberosidentity.h" */
 
26
GType struct_struct_get_type (void) G_GNUC_CONST;
 
27
#define STRUCT_TYPE_STRUCT (struct_struct_get_type ())
 
28
 
 
29
/* enumerations from "goakerberosidentityinquiry.h" */
 
30
GType goa_kerberos_identity_query_mode_get_type (void) G_GNUC_CONST;
 
31
#define GOA_TYPE_KERBEROS_IDENTITY_QUERY_MODE (goa_kerberos_identity_query_mode_get_type ())
 
32
 
 
33
/* enumerations from "um-realm-manager.h" */
 
34
GType um_realm_errors_get_type (void) G_GNUC_CONST;
 
35
#define UM_TYPE_REALM_ERRORS (um_realm_errors_get_type ())
 
36
G_END_DECLS
 
37
 
 
38
#endif /* GOA_IDENTITY_ENUM_TYPES_H */
 
39
 
 
40
/* Generated data ends here */
 
41