~ubuntu-branches/ubuntu/hardy/glib2.0/hardy-updates

« back to all changes in this revision

Viewing changes to docs/reference/gio/xml/gfilterinputstream.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2009-03-12 16:46:11 UTC
  • mfrom: (67.1.7 hardy-proposed)
  • Revision ID: james.westby@ubuntu.com-20090312164611-31v55ts0v0j0u06k
Tags: 2.16.6-0ubuntu1.1
* SECURITY UPDATE: possible arbitrary code execution when processing large
  Base64 strings
  - debian/patches/91_CVE-2008-4316.patch: update glib/gbase64.c to properly
    verify the string length and set the length of the output buffer.
  - CVE-2008-4316

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
]>
6
6
<refentry id="GFilterInputStream">
7
7
<refmeta>
8
 
<refentrytitle role="top_of_page">GFilterInputStream</refentrytitle>
 
8
<refentrytitle role="top_of_page" id="GFilterInputStream.top_of_page">GFilterInputStream</refentrytitle>
9
9
<manvolnum>3</manvolnum>
10
10
<refmiscinfo>GIO Library</refmiscinfo>
11
11
</refmeta>
16
16
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
17
17
</refnamediv>
18
18
 
19
 
<refsynopsisdiv role="synopsis">
 
19
<refsynopsisdiv id="GFilterInputStream.synopsis" role="synopsis">
20
20
<title role="synopsis.title">Synopsis</title>
21
21
 
22
22
<synopsis>
23
23
 
24
24
#include &lt;gio/gio.h&gt;
25
25
 
26
 
 
27
26
                    <link linkend="GFilterInputStream-struct">GFilterInputStream</link>;
28
27
<link linkend="GInputStream">GInputStream</link>*       <link linkend="g-filter-input-stream-get-base-stream">g_filter_input_stream_get_base_stream</link>
29
28
                                                        (<link linkend="GFilterInputStream">GFilterInputStream</link> *stream);
30
 
 
31
 
 
32
29
</synopsis>
33
30
</refsynopsisdiv>
34
31
 
35
 
<refsect1 role="object_hierarchy">
 
32
<refsect1 id="GFilterInputStream.object-hierarchy" role="object_hierarchy">
36
33
<title role="object_hierarchy.title">Object Hierarchy</title>
37
34
<synopsis>
38
 
 
39
35
  <link linkend="GObject">GObject</link>
40
36
   +----<link linkend="GInputStream">GInputStream</link>
41
37
         +----GFilterInputStream
48
44
 
49
45
 
50
46
 
51
 
<refsect1 role="properties">
 
47
<refsect1 id="GFilterInputStream.properties" role="properties">
52
48
<title role="properties.title">Properties</title>
53
49
<synopsis>
54
 
 
55
 
  &quot;<link linkend="GFilterInputStream--base-stream">base-stream</link>&quot;              <link linkend="GInputStream">GInputStream</link>          : Read / Write / Construct Only
 
50
  &quot;<link linkend="GFilterInputStream--base-stream">base-stream</link>&quot;              <link linkend="GInputStream">GInputStream</link>*         : Read / Write / Construct Only
56
51
</synopsis>
57
52
</refsect1>
58
53
 
59
54
 
60
55
 
61
 
<refsect1 role="desc">
 
56
<refsect1 id="GFilterInputStream.description" role="desc">
62
57
<title role="desc.title">Description</title>
63
58
<para>
64
59
</para>
67
62
</para>
68
63
</refsect1>
69
64
 
70
 
<refsect1 role="details">
 
65
<refsect1 id="GFilterInputStream.details" role="details">
71
66
<title role="details.title">Details</title>
72
 
<refsect2>
73
 
<title><anchor id="GFilterInputStream-struct" role="struct"/>GFilterInputStream</title>
74
 
<indexterm><primary>GFilterInputStream</primary></indexterm><programlisting>typedef struct _GFilterInputStream GFilterInputStream;</programlisting>
 
67
<refsect2 id="GFilterInputStream-struct" role="struct">
 
68
<title>GFilterInputStream</title>
 
69
<indexterm zone="GFilterInputStream-struct"><primary>GFilterInputStream</primary></indexterm><programlisting>typedef struct _GFilterInputStream GFilterInputStream;</programlisting>
75
70
<para>
76
71
A base class for all input streams that work on an underlying stream.</para>
77
72
<para>
78
73
 
79
74
</para></refsect2>
80
 
<refsect2>
81
 
<title><anchor id="g-filter-input-stream-get-base-stream" role="function"/>g_filter_input_stream_get_base_stream ()</title>
82
 
<indexterm><primary>g_filter_input_stream_get_base_stream</primary></indexterm><programlisting><link linkend="GInputStream">GInputStream</link>*       g_filter_input_stream_get_base_stream
 
75
<refsect2 id="g-filter-input-stream-get-base-stream" role="function">
 
76
<title>g_filter_input_stream_get_base_stream ()</title>
 
77
<indexterm zone="g-filter-input-stream-get-base-stream"><primary>g_filter_input_stream_get_base_stream</primary></indexterm><programlisting><link linkend="GInputStream">GInputStream</link>*       g_filter_input_stream_get_base_stream
83
78
                                                        (<link linkend="GFilterInputStream">GFilterInputStream</link> *stream);</programlisting>
84
79
<para>
85
80
Gets the base stream for the filter stream.</para>
94
89
</variablelist></refsect2>
95
90
 
96
91
</refsect1>
97
 
<refsect1 role="property_details">
 
92
<refsect1 id="GFilterInputStream.property-details" role="property_details">
98
93
<title role="property_details.title">Property Details</title>
99
 
<refsect2><title><anchor id="GFilterInputStream--base-stream"/>The <literal>&quot;base-stream&quot;</literal> property</title>
100
 
<indexterm><primary>GFilterInputStream:base-stream</primary></indexterm><programlisting>  &quot;base-stream&quot;              <link linkend="GInputStream">GInputStream</link>          : Read / Write / Construct Only</programlisting>
 
94
<refsect2 id="GFilterInputStream--base-stream"><title>The <literal>&quot;base-stream&quot;</literal> property</title>
 
95
<indexterm zone="GFilterInputStream--base-stream"><primary>GFilterInputStream:base-stream</primary></indexterm><programlisting>  &quot;base-stream&quot;              <link linkend="GInputStream">GInputStream</link>*         : Read / Write / Construct Only</programlisting>
101
96
<para>The underlying base stream the io ops will be done on.</para></refsect2>
102
97
 
103
98
</refsect1>
105
100
 
106
101
 
107
102
 
108
 
 
109
 
<refsect1><refsect2 /><refsect2 /></refsect1>
110
103
</refentry>