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

« back to all changes in this revision

Viewing changes to libebackend/e-backend-enumtypes.h

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-10-08 12:58:16 UTC
  • mfrom: (181.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121008125816-i3n76e8c0m64e7xp
Tags: 3.6.0-0ubuntu2
* Fix LP: #1038047 part 1 - Don't abort in e_source_registry_new* when a
  problem occurs connecting to the Dbus service
  - add debian/patches/dont-abort-in-e_source_registry_new.patch
  - update debian/patches/series
* Fix LP: #1038047 part 2 - libedataserver depends on
  evolution-data-server-common to ensure that the GSettings schemas are
  present
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
 
3
 
 
4
 
#ifndef __E_ENUM_TYPES_H__
5
 
#define __E_ENUM_TYPES_H__
 
2
/* Generated data (by glib-mkenums) */
 
3
 
 
4
#ifndef E_BACKEND_ENUMTYPES_H
 
5
#define E_BACKEND_ENUMTYPES_H
6
6
 
7
7
#include <glib-object.h>
8
8
 
9
9
G_BEGIN_DECLS
10
 
/* enumerations from "e-backend-enums.h" */
11
 
GType e_authentication_session_result_get_type (void);
12
 
#define E_TYPE_AUTHENTICATION_SESSION_RESULT (e_authentication_session_result_get_type())
13
 
GType e_dbus_server_exit_code_get_type (void);
14
 
#define E_TYPE_DBUS_SERVER_EXIT_CODE (e_dbus_server_exit_code_get_type())
15
 
GType e_source_permission_flags_get_type (void);
16
 
#define E_TYPE_SOURCE_PERMISSION_FLAGS (e_source_permission_flags_get_type())
 
10
 
 
11
/* Enumerations from "e-backend-enums.h" */
 
12
 
 
13
#define E_TYPE_AUTHENTICATION_SESSION_RESULT    (e_authentication_session_result_get_type())
 
14
GType e_authentication_session_result_get_type  (void) G_GNUC_CONST;
 
15
 
 
16
#define E_TYPE_DBUS_SERVER_EXIT_CODE    (e_dbus_server_exit_code_get_type())
 
17
GType e_dbus_server_exit_code_get_type  (void) G_GNUC_CONST;
 
18
 
 
19
#define E_TYPE_SOURCE_PERMISSION_FLAGS  (e_source_permission_flags_get_type())
 
20
GType e_source_permission_flags_get_type        (void) G_GNUC_CONST;
 
21
 
17
22
G_END_DECLS
18
23
 
19
 
#endif /* __E_ENUM_TYPES_H__ */
20
 
 
21
 
 
 
24
#endif /* E_BACKEND_ENUMTYPES_H */
 
25
 
 
26
/* Generated data ends here */
22
27