File: tomoe-xml-parser.xml

package info (click to toggle)
tomoe 0.6.0-1.3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 51,396 kB
  • sloc: xml: 1,387,526; ansic: 11,515; sh: 9,072; ruby: 1,344; python: 762; makefile: 450
file content (58 lines) | stat: -rw-r--r-- 1,043 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<refentry id="tomoe-tomoe-xml-parser">
<refmeta>
<refentrytitle role="top_of_page">tomoe-xml-parser</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>TOMOE Library</refmiscinfo>
</refmeta>

<refnamediv>
<refname>tomoe-xml-parser</refname>
<refpurpose></refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>

<refsynopsisdiv role="synopsis">
<title role="synopsis.title">Synopsis</title>

<synopsis>



                    <link linkend="TomoeXMLParsedData">TomoeXMLParsedData</link>;
</synopsis>
</refsynopsisdiv>









<refsect1 role="desc">
<title role="desc.title">Description</title>
<para>

</para>
</refsect1>

<refsect1 role="details">
<title role="details.title">Details</title>
<refsect2>
<title><anchor id="TomoeXMLParsedData" role="struct"/>TomoeXMLParsedData</title>
<indexterm><primary>TomoeXMLParsedData</primary></indexterm><programlisting>typedef struct {
    gchar     *name;
    GPtrArray *chars;
} TomoeXMLParsedData;
</programlisting>
<para>

</para></refsect2>

</refsect1>




</refentry>