Git init
[profile/ivi/libsoup2.4.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 GType soup_proxy_resolver_gnome_get_type (void);
14 #define SOUP_TYPE_PROXY_RESOLVER_GNOME (soup_proxy_resolver_gnome_get_type ())
15
16 GType soup_gnome_features_2_26_get_type (void);
17 #define SOUP_TYPE_GNOME_FEATURES_2_26 (soup_gnome_features_2_26_get_type ())
18
19 #ifndef G_OS_WIN32
20 #ifdef LIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANAGER_MIGHT_GO_AWAY
21 GType soup_password_manager_gnome_get_type (void);
22 #define SOUP_TYPE_PASSWORD_MANAGER_GNOME (soup_password_manager_gnome_get_type ())
23 #endif /* LIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANAGER_MIGHT_GO_AWAY */
24 #endif
25
26 G_END_DECLS
27
28 #endif /* SOUP_GNOME_FEATURES_H */