File: soup-cache-client-input-stream.h

package info (click to toggle)
libsoup3 3.6.5-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,592 kB
  • sloc: ansic: 62,368; python: 202; xml: 97; sh: 84; makefile: 32; javascript: 5
file content (17 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
/*
 * Copyright 2015 Igalia S.L.
 */

#pragma once

#include "soup-types.h"

G_BEGIN_DECLS

#define SOUP_TYPE_CACHE_CLIENT_INPUT_STREAM            (soup_cache_client_input_stream_get_type ())
G_DECLARE_FINAL_TYPE (SoupCacheClientInputStream, soup_cache_client_input_stream, SOUP, CACHE_CLIENT_INPUT_STREAM, GFilterInputStream)

GInputStream *soup_cache_client_input_stream_new (GInputStream *base_stream);

G_END_DECLS