fixed typo enable_sqllite -> enable_sqlite
[platform/upstream/libsoup.git] / libsoup / soup-gnome-features.h
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /*
3  * Copyright (C) 2008 Red Hat, Inc.
4  */
5
6 #ifndef SOUP_GNOME_FEATURES_H
7 #define SOUP_GNOME_FEATURES_H 1
8
9 #include <libsoup/soup-types.h>
10
11 G_BEGIN_DECLS
12
13 SOUP_AVAILABLE_IN_2_26
14 SOUP_DEPRECATED_IN_2_42_FOR(SoupSession:proxy-resolver)
15 GType soup_proxy_resolver_gnome_get_type (void);
16 #define SOUP_TYPE_PROXY_RESOLVER_GNOME (soup_proxy_resolver_gnome_get_type ())
17
18 SOUP_AVAILABLE_IN_2_26
19 SOUP_DEPRECATED_IN_2_42
20 GType soup_gnome_features_2_26_get_type (void);
21 #define SOUP_TYPE_GNOME_FEATURES_2_26 (soup_gnome_features_2_26_get_type ())
22
23 SOUP_AVAILABLE_IN_2_28
24 SOUP_DEPRECATED_IN_2_28
25 GType soup_password_manager_gnome_get_type (void);
26 #define SOUP_TYPE_PASSWORD_MANAGER_GNOME (soup_password_manager_gnome_get_type ())
27
28 G_END_DECLS
29
30 #endif /* SOUP_GNOME_FEATURES_H */