File: soup-gnome-features.c

package info (click to toggle)
libsoup2.4 2.72.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,856 kB
  • sloc: ansic: 57,273; xml: 1,418; python: 84; php: 75; javascript: 64; sh: 49; makefile: 14
file content (21 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (7)
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;
}