Sha256: de4054dcb7cca401beef48a0b197827acdbd8e51638d1874a78773ee0cd3d236

Contents?: true

Size: 1.98 KB

Versions: 69

Compression:

Stored size: 1.98 KB

Contents

/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
 * Copyright (C) 2009, 2010 Red Hat, Inc.
 * Copyright (C) 2010 Igalia, S.L.
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Library General Public
 * License as published by the Free Software Foundation; either
 * version 2 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Library General Public License for more details.
 *
 * You should have received a copy of the GNU Library General Public License
 * along with this library; see the file COPYING.LIB.  If not, write to
 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 * Boston, MA 02110-1301, USA.
 */

#ifndef SOUP_REQUEST_DATA_H
#define SOUP_REQUEST_DATA_H 1

#include "soup-request.h"

G_BEGIN_DECLS

#define SOUP_TYPE_REQUEST_DATA            (soup_request_data_get_type ())
#define SOUP_REQUEST_DATA(object)         (G_TYPE_CHECK_INSTANCE_CAST ((object), SOUP_TYPE_REQUEST_DATA, SoupRequestData))
#define SOUP_REQUEST_DATA_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), SOUP_TYPE_REQUEST_DATA, SoupRequestDataClass))
#define SOUP_IS_REQUEST_DATA(object)      (G_TYPE_CHECK_INSTANCE_TYPE ((object), SOUP_TYPE_REQUEST_DATA))
#define SOUP_IS_REQUEST_DATA_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), SOUP_TYPE_REQUEST_DATA))
#define SOUP_REQUEST_DATA_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), SOUP_TYPE_REQUEST_DATA, SoupRequestDataClass))

typedef struct _SoupRequestDataPrivate SoupRequestDataPrivate;

typedef struct {
	SoupRequest parent;

	SoupRequestDataPrivate *priv;
} SoupRequestData;

typedef struct {
	SoupRequestClass parent;
} SoupRequestDataClass;

SOUP_AVAILABLE_IN_2_34
GType soup_request_data_get_type (void);

G_END_DECLS

#endif /* SOUP_REQUEST_DATA_H */

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
gstreamer-3.2.9-x64-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h
gstreamer-3.2.9-x86-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h
gstreamer-3.2.8-x64-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h
gstreamer-3.2.8-x86-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h
gstreamer-3.2.7-x86-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h
gstreamer-3.2.7-x64-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h
gstreamer-3.2.6-x64-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h
gstreamer-3.2.6-x86-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h
gstreamer-3.2.5-x64-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h
gstreamer-3.2.5-x86-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h
gstreamer-3.2.4-x86-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h
gstreamer-3.2.3-x64-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h
gstreamer-3.2.3-x86-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h
gstreamer-3.2.2-x64-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h
gstreamer-3.2.2-x86-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h
gstreamer-3.2.1-x64-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h
gstreamer-3.2.1-x86-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h
gstreamer-3.2.0-x86-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h
gstreamer-3.2.0-x64-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h
gstreamer-3.1.9-x64-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-request-data.h