• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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__ */
31