Sha256: db8f899eea879b4b8334b4ceeb0acd51da0cf5343368d075a47b8cf2b000330e

Contents?: true

Size: 1.28 KB

Versions: 10

Compression:

Stored size: 1.28 KB

Contents

/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
 * Copyright (C) 2003, Ximian, Inc.
 */

#ifndef SOUP_TYPES_H
#define SOUP_TYPES_H 1

#include <gio/gio.h>

#include <libsoup/soup-version.h>
#include <libsoup/soup-status.h>

G_BEGIN_DECLS

typedef struct _SoupAddress           SoupAddress;
typedef struct _SoupAuth              SoupAuth;
typedef struct _SoupAuthDomain        SoupAuthDomain;
typedef struct _SoupCookie            SoupCookie;
typedef struct _SoupCookieJar         SoupCookieJar;
typedef struct _SoupDate              SoupDate;
typedef struct _SoupMessage           SoupMessage;
typedef struct _SoupRequest           SoupRequest;
typedef struct _SoupRequestHTTP       SoupRequestHTTP;
typedef struct _SoupServer            SoupServer;
typedef struct _SoupSession           SoupSession;
typedef struct _SoupSessionAsync      SoupSessionAsync;
typedef struct _SoupSessionFeature    SoupSessionFeature;
typedef struct _SoupSessionSync       SoupSessionSync;
typedef struct _SoupSocket            SoupSocket;
typedef struct _SoupURI               SoupURI;

/*< private >*/
typedef struct _SoupConnection        SoupConnection;
typedef struct _SoupMessageQueue      SoupMessageQueue;
typedef struct _SoupMessageQueueItem  SoupMessageQueueItem;

G_END_DECLS

#endif

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
gstreamer-2.2.5-x64-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-types.h
gstreamer-2.2.5-x86-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-types.h
gstreamer-2.2.4-x64-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-types.h
gstreamer-2.2.4-x86-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-types.h
gstreamer-2.2.3-x86-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-types.h
gstreamer-2.2.2-x86-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-types.h
gstreamer-2.2.1-x86-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-types.h
gstreamer-2.2.0-x86-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-types.h
gstreamer-2.1.0-x86-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-types.h
gstreamer-2.0.3-x86-mingw32 vendor/local/include/libsoup-2.4/libsoup/soup-types.h