~ubuntu-branches/ubuntu/precise/libgsf/precise

« back to all changes in this revision

Viewing changes to doc/xml/zip.xml

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-07-19 19:27:47 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070719192747-tx4x9jmw8qqgo7om
Tags: 1.14.5-0ubuntu1
* New upstream release:
  - Revert jump to dynamic types, they aren't threadsafe. [#450722]
  - Compilation glitch on windows.  [#449807]
  - Avoid problems building without gconf macros installed.
  - Configure breakage --without-gnome. [#4488842]
* debian/libgsf-bin.install
  - install usr/share/man/man1/gsf.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
</refsect1>
156
156
<refsect1 role="property_details">
157
157
<title role="property_details.title">Property Details</title>
158
 
<refsect2><title><anchor id="GsfInfileZip--compression-level"/>The &quot;<literal>compression-level</literal>&quot; property</title>
 
158
<refsect2><title><anchor id="GsfInfileZip--compression-level"/>The <literal>&quot;compression-level&quot;</literal> property</title>
159
159
<indexterm><primary>GsfInfileZip:compression-level</primary></indexterm><programlisting>  &quot;compression-level&quot;        <link linkend="gint">gint</link>                  : Read</programlisting>
160
160
<para>The level of compression used, zero meaning none.</para><para>Allowed values: [0,10]</para>
161
161
<para>Default value: 0</para>
162
162
</refsect2>
163
 
<refsect2><title><anchor id="GsfInfileZip--internal-parent"/>The &quot;<literal>internal-parent</literal>&quot; property</title>
 
163
<refsect2><title><anchor id="GsfInfileZip--internal-parent"/>The <literal>&quot;internal-parent&quot;</literal> property</title>
164
164
<indexterm><primary>GsfInfileZip:internal-parent</primary></indexterm><programlisting>  &quot;internal-parent&quot;          <link linkend="GsfInfileZip">GsfInfileZip</link>          : Write / Construct Only</programlisting>
165
165
<para>Internal use only.</para></refsect2>
166
 
<refsect2><title><anchor id="GsfInfileZip--source"/>The &quot;<literal>source</literal>&quot; property</title>
 
166
<refsect2><title><anchor id="GsfInfileZip--source"/>The <literal>&quot;source&quot;</literal> property</title>
167
167
<indexterm><primary>GsfInfileZip:source</primary></indexterm><programlisting>  &quot;source&quot;                   <link linkend="GsfInput">GsfInput</link>              : Read / Write / Construct Only</programlisting>
168
168
<para>The archive being interpreted.</para></refsect2>
169
 
<refsect2><title><anchor id="GsfOutfileZip--compression-level"/>The &quot;<literal>compression-level</literal>&quot; property</title>
 
169
<refsect2><title><anchor id="GsfOutfileZip--compression-level"/>The <literal>&quot;compression-level&quot;</literal> property</title>
170
170
<indexterm><primary>GsfOutfileZip:compression-level</primary></indexterm><programlisting>  &quot;compression-level&quot;        <link linkend="gint">gint</link>                  : Read / Write / Construct Only</programlisting>
171
171
<para>The level of compression used, zero meaning none.</para><para>Allowed values: [0,10]</para>
172
172
<para>Default value: 8</para>
173
173
</refsect2>
174
 
<refsect2><title><anchor id="GsfOutfileZip--entry-name"/>The &quot;<literal>entry-name</literal>&quot; property</title>
 
174
<refsect2><title><anchor id="GsfOutfileZip--entry-name"/>The <literal>&quot;entry-name&quot;</literal> property</title>
175
175
<indexterm><primary>GsfOutfileZip:entry-name</primary></indexterm><programlisting>  &quot;entry-name&quot;               <link linkend="gchararray">gchararray</link>            : Read / Write / Construct Only</programlisting>
176
176
<para>The filename of this member in the archive without path.</para><para>Default value: NULL</para>
177
177
</refsect2>
178
 
<refsect2><title><anchor id="GsfOutfileZip--sink"/>The &quot;<literal>sink</literal>&quot; property</title>
 
178
<refsect2><title><anchor id="GsfOutfileZip--sink"/>The <literal>&quot;sink&quot;</literal> property</title>
179
179
<indexterm><primary>GsfOutfileZip:sink</primary></indexterm><programlisting>  &quot;sink&quot;                     <link linkend="GsfOutput">GsfOutput</link>             : Read / Write / Construct Only</programlisting>
180
180
<para>Where the archive is written.</para></refsect2>
181
181