summaryrefslogtreecommitdiff
path: root/libsoup/soup-gnome-features.c
blob: 4b40f34c33806020e518c3340925d64395ea6104 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
 * soup-gnome-features.c: GNOME-specific features
 *
 * Copyright (C) 2008 Red Hat, Inc.
 */

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include "soup-gnome-features.h"

GType
soup_gnome_features_2_26_get_type (void)
{
	G_GNUC_BEGIN_IGNORE_DEPRECATIONS;
	return SOUP_TYPE_PROXY_RESOLVER_GNOME;
	G_GNUC_END_IGNORE_DEPRECATIONS;
}