fixed typo enable_sqllite -> enable_sqlite
[platform/upstream/libsoup.git] / libsoup / soup-enum-types.h
1
2
3
4 /* Generated by glib-mkenums. Do not edit */
5
6 #ifndef __SOUP_ENUM_TYPES_H__
7 #define __SOUP_ENUM_TYPES_H__
8
9 #include <glib-object.h>
10
11 G_BEGIN_DECLS
12 GType soup_address_family_get_type (void) G_GNUC_CONST;
13 #define SOUP_TYPE_ADDRESS_FAMILY (soup_address_family_get_type ())
14 GType soup_cacheability_get_type (void) G_GNUC_CONST;
15 #define SOUP_TYPE_CACHEABILITY (soup_cacheability_get_type ())
16 GType soup_cache_response_get_type (void) G_GNUC_CONST;
17 #define SOUP_TYPE_CACHE_RESPONSE (soup_cache_response_get_type ())
18 GType soup_cache_type_get_type (void) G_GNUC_CONST;
19 #define SOUP_TYPE_CACHE_TYPE (soup_cache_type_get_type ())
20 GType soup_cookie_jar_accept_policy_get_type (void) G_GNUC_CONST;
21 #define SOUP_TYPE_COOKIE_JAR_ACCEPT_POLICY (soup_cookie_jar_accept_policy_get_type ())
22 GType soup_date_format_get_type (void) G_GNUC_CONST;
23 #define SOUP_TYPE_DATE_FORMAT (soup_date_format_get_type ())
24 GType soup_logger_log_level_get_type (void) G_GNUC_CONST;
25 #define SOUP_TYPE_LOGGER_LOG_LEVEL (soup_logger_log_level_get_type ())
26 GType soup_http_version_get_type (void) G_GNUC_CONST;
27 #define SOUP_TYPE_HTTP_VERSION (soup_http_version_get_type ())
28 GType soup_message_flags_get_type (void) G_GNUC_CONST;
29 #define SOUP_TYPE_MESSAGE_FLAGS (soup_message_flags_get_type ())
30 GType soup_message_priority_get_type (void) G_GNUC_CONST;
31 #define SOUP_TYPE_MESSAGE_PRIORITY (soup_message_priority_get_type ())
32 GType soup_memory_use_get_type (void) G_GNUC_CONST;
33 #define SOUP_TYPE_MEMORY_USE (soup_memory_use_get_type ())
34 GType soup_message_headers_type_get_type (void) G_GNUC_CONST;
35 #define SOUP_TYPE_MESSAGE_HEADERS_TYPE (soup_message_headers_type_get_type ())
36 GType soup_encoding_get_type (void) G_GNUC_CONST;
37 #define SOUP_TYPE_ENCODING (soup_encoding_get_type ())
38 GType soup_expectation_get_type (void) G_GNUC_CONST;
39 #define SOUP_TYPE_EXPECTATION (soup_expectation_get_type ())
40 GType soup_connection_state_get_type (void) G_GNUC_CONST;
41 #define SOUP_TYPE_CONNECTION_STATE (soup_connection_state_get_type ())
42 GType soup_requester_error_get_type (void) G_GNUC_CONST;
43 #define SOUP_TYPE_REQUESTER_ERROR (soup_requester_error_get_type ())
44 GType soup_request_error_get_type (void) G_GNUC_CONST;
45 #define SOUP_TYPE_REQUEST_ERROR (soup_request_error_get_type ())
46 GType soup_socket_io_status_get_type (void) G_GNUC_CONST;
47 #define SOUP_TYPE_SOCKET_IO_STATUS (soup_socket_io_status_get_type ())
48 GType soup_status_get_type (void) G_GNUC_CONST;
49 #define SOUP_TYPE_STATUS (soup_status_get_type ())
50 GType soup_known_status_code_get_type (void) G_GNUC_CONST;
51 #define SOUP_TYPE_KNOWN_STATUS_CODE (soup_known_status_code_get_type ())
52 GType soup_tld_error_get_type (void) G_GNUC_CONST;
53 #define SOUP_TYPE_TLD_ERROR (soup_tld_error_get_type ())
54 GType soup_xmlrpc_error_get_type (void) G_GNUC_CONST;
55 #define SOUP_TYPE_XMLRPC_ERROR (soup_xmlrpc_error_get_type ())
56 GType soup_xmlrpc_fault_get_type (void) G_GNUC_CONST;
57 #define SOUP_TYPE_XMLRPC_FAULT (soup_xmlrpc_fault_get_type ())
58 G_END_DECLS
59
60 #endif /* __SOUP_ENUM_TYPES_H__ */
61
62
63