1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ 2 /* 3 * soup-gnome-features.c: GNOME-specific features 4 * 5 * Copyright (C) 2008 Red Hat, Inc. 6 */ 7 8 #ifdef HAVE_CONFIG_H 9 #include <config.h> 10 #endif 11 12 #include "soup-gnome-features.h" 13 14 GType soup_gnome_features_2_26_get_type(void)15soup_gnome_features_2_26_get_type (void) 16 { 17 G_GNUC_BEGIN_IGNORE_DEPRECATIONS; 18 return SOUP_TYPE_PROXY_RESOLVER_GNOME; 19 G_GNUC_END_IGNORE_DEPRECATIONS; 20 } 21 22