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

« back to all changes in this revision

Viewing changes to doc/xml/xml.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:
13
13
 
14
14
<refsynopsisdiv role="synopsis">
15
15
<title role="synopsis.title">Synopsis</title>
16
 
<anchor id="GsfInputHTTP"/><anchor id="GsfXMLOut"/>
 
16
<anchor id="GsfXMLOut"/>
17
17
<synopsis>
18
18
 
19
19
 
30
30
                                                         <link linkend="gpointer">gpointer</link> old_state);
31
31
enum                <link linkend="GsfXMLContent">GsfXMLContent</link>;
32
32
                    <link linkend="GsfXMLBlob">GsfXMLBlob</link>;
33
 
                    <link linkend="GsfInputHTTP-struct">GsfInputHTTP</link>;
 
33
                    <link linkend="GsfInputHTTP">GsfInputHTTP</link>;
34
34
#define             <link linkend="GSF-XML-IN-NODE-FULL:CAPS">GSF_XML_IN_NODE_FULL</link>                (parent_id, id, ns, name, has_content,         
35
35
                                                                                     share_children_with_parent, check_ns, start, end, user)
36
36
#define             <link linkend="GSF-XML-IN-NODE:CAPS">GSF_XML_IN_NODE</link>                     (parent_id, id, ns, name, has_content, start, end)
133
133
<synopsis>
134
134
 
135
135
  <link linkend="GObject">GObject</link>
136
 
   +----<link linkend="GsfInput">GsfInput</link>
137
 
         +----GsfInputHTTP
138
 
</synopsis>
139
 
<synopsis>
140
 
 
141
 
  <link linkend="GObject">GObject</link>
142
136
   +----GsfXMLOut
143
137
</synopsis>
144
138
 
278
272
 
279
273
</para></refsect2>
280
274
<refsect2>
281
 
<title><anchor id="GsfInputHTTP-struct" role="struct"/>GsfInputHTTP</title>
 
275
<title><anchor id="GsfInputHTTP" role="struct"/>GsfInputHTTP</title>
282
276
<indexterm><primary>GsfInputHTTP</primary></indexterm><programlisting>typedef struct _GsfInputHTTP GsfInputHTTP;</programlisting>
283
277
<para>
284
278
 
1015
1009
</refsect1>
1016
1010
<refsect1 role="property_details">
1017
1011
<title role="property_details.title">Property Details</title>
1018
 
<refsect2><title><anchor id="GsfXMLOut--pretty-print"/>The &quot;<literal>pretty-print</literal>&quot; property</title>
 
1012
<refsect2><title><anchor id="GsfXMLOut--pretty-print"/>The <literal>&quot;pretty-print&quot;</literal> property</title>
1019
1013
<indexterm><primary>GsfXMLOut:pretty-print</primary></indexterm><programlisting>  &quot;pretty-print&quot;             <link linkend="gboolean">gboolean</link>              : Read / Write</programlisting>
1020
1014
<para>Should the output auto-indent elements to make reading easier.</para><para>Default value: TRUE</para>
1021
1015
</refsect2>