mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
1.9 KiB
78 lines
1.9 KiB
<refentry id="gsf-GIOChannel">
|
|
<refmeta>
|
|
<refentrytitle>GIOChannel</refentrytitle>
|
|
<manvolnum>3</manvolnum>
|
|
<refmiscinfo>GSF Library</refmiscinfo>
|
|
</refmeta>
|
|
|
|
<refnamediv>
|
|
<refname>GIOChannel</refname><refpurpose></refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv><title>Synopsis</title>
|
|
<anchor id="GsfOutputIOChannel"/>
|
|
<synopsis>
|
|
|
|
|
|
|
|
<link linkend="GsfOutputIOChannel-struct">GsfOutputIOChannel</link>;
|
|
<link linkend="GsfOutput">GsfOutput</link>* <link linkend="gsf-output-iochannel-new">gsf_output_iochannel_new</link> (<link linkend="GIOChannel">GIOChannel</link> *channel);
|
|
|
|
</synopsis>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1>
|
|
<title>Object Hierarchy</title>
|
|
<synopsis>
|
|
|
|
<link linkend="GObject">GObject</link>
|
|
+----<link linkend="GsfOutput">GsfOutput</link>
|
|
+----GsfOutputIOChannel
|
|
</synopsis>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<para>
|
|
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1>
|
|
<title>Details</title>
|
|
<refsect2>
|
|
<title><anchor id="GsfOutputIOChannel-struct"/>GsfOutputIOChannel</title>
|
|
<indexterm><primary>GsfOutputIOChannel</primary></indexterm><programlisting>typedef struct _GsfOutputIOChannel GsfOutputIOChannel;</programlisting>
|
|
<para>
|
|
|
|
</para></refsect2>
|
|
<refsect2>
|
|
<title><anchor id="gsf-output-iochannel-new"/>gsf_output_iochannel_new ()</title>
|
|
<indexterm><primary>gsf_output_iochannel_new</primary></indexterm><programlisting><link linkend="GsfOutput">GsfOutput</link>* gsf_output_iochannel_new (<link linkend="GIOChannel">GIOChannel</link> *channel);</programlisting>
|
|
<para>
|
|
</para>
|
|
<para>
|
|
|
|
</para><variablelist role="params">
|
|
<varlistentry><term><parameter>channel</parameter> :</term>
|
|
<listitem><simpara> A <link linkend="GIOChannel"><type>GIOChannel</type></link>
|
|
</simpara></listitem></varlistentry>
|
|
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new file or NULL.
|
|
</simpara></listitem></varlistentry>
|
|
</variablelist></refsect2>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
|
|
</refentry>
|