Imported Upstream version 0.1.16
[platform/upstream/libnice.git] / agent / agent-enum-types.h
1
2 /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
3
4 #ifndef __AGENT_ENUM_TYPES_H__
5 #define __AGENT_ENUM_TYPES_H__ 1
6
7 #include <glib-object.h>
8
9 G_BEGIN_DECLS
10 /* enumerations from "./agent.h" */
11 GType nice_component_state_get_type (void) G_GNUC_CONST;
12 #define NICE_TYPE_COMPONENT_STATE (nice_component_state_get_type())
13 GType nice_component_type_get_type (void) G_GNUC_CONST;
14 #define NICE_TYPE_COMPONENT_TYPE (nice_component_type_get_type())
15 GType nice_compatibility_get_type (void) G_GNUC_CONST;
16 #define NICE_TYPE_COMPATIBILITY (nice_compatibility_get_type())
17 GType nice_proxy_type_get_type (void) G_GNUC_CONST;
18 #define NICE_TYPE_PROXY_TYPE (nice_proxy_type_get_type())
19 GType nice_nomination_mode_get_type (void) G_GNUC_CONST;
20 #define NICE_TYPE_NOMINATION_MODE (nice_nomination_mode_get_type())
21 GType nice_agent_option_get_type (void) G_GNUC_CONST;
22 #define NICE_TYPE_AGENT_OPTION (nice_agent_option_get_type())
23 /* enumerations from "./candidate.h" */
24 GType nice_candidate_type_get_type (void) G_GNUC_CONST;
25 #define NICE_TYPE_CANDIDATE_TYPE (nice_candidate_type_get_type())
26 GType nice_candidate_transport_get_type (void) G_GNUC_CONST;
27 #define NICE_TYPE_CANDIDATE_TRANSPORT (nice_candidate_transport_get_type())
28 GType nice_relay_type_get_type (void) G_GNUC_CONST;
29 #define NICE_TYPE_RELAY_TYPE (nice_relay_type_get_type())
30 /* enumerations from "./pseudotcp.h" */
31 GType pseudo_tcp_debug_level_get_type (void) G_GNUC_CONST;
32 #define NICE_TYPE_TCP_DEBUG_LEVEL (pseudo_tcp_debug_level_get_type())
33 GType pseudo_tcp_state_get_type (void) G_GNUC_CONST;
34 #define NICE_TYPE_TCP_STATE (pseudo_tcp_state_get_type())
35 GType pseudo_tcp_write_result_get_type (void) G_GNUC_CONST;
36 #define NICE_TYPE_TCP_WRITE_RESULT (pseudo_tcp_write_result_get_type())
37 GType pseudo_tcp_shutdown_get_type (void) G_GNUC_CONST;
38 #define NICE_TYPE_TCP_SHUTDOWN (pseudo_tcp_shutdown_get_type())
39 G_END_DECLS
40
41 #endif /* !AGENT_ENUM_TYPES_H */
42
43 /* Generated data ends here */
44