File: fo-id.xml

package info (click to toggle)
xmlroff 0.6.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 36,456 kB
  • sloc: ansic: 178,247; xml: 109,155; sh: 8,973; makefile: 1,331; perl: 30
file content (112 lines) | stat: -rw-r--r-- 4,432 bytes parent folder | download | duplicates (4)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<refentry id="FoId">
<refmeta>
<refentrytitle role="top_of_page" id="FoId.top_of_page">FoId</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>XMLROFF Library</refmiscinfo>
</refmeta>

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

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

<synopsis>
                    <link linkend="FoId-struct">FoId</link>;
                    <link linkend="FoIdClass">FoIdClass</link>;
<link linkend="FoDatatype">FoDatatype</link>*         <link linkend="fo-id-new-with-value">fo_id_new_with_value</link>                (const <link linkend="gchar">gchar</link> *value);
<link linkend="gchar">gchar</link>*              <link linkend="fo-id-get-value">fo_id_get_value</link>                     (<link linkend="FoDatatype">FoDatatype</link> *id);
</synopsis>
</refsynopsisdiv>

<refsect1 id="FoId.object-hierarchy" role="object_hierarchy">
<title role="object_hierarchy.title">Object Hierarchy</title>
<synopsis>
  <link linkend="GObject">GObject</link>
   +----<link linkend="FoObject">FoObject</link>
         +----<link linkend="FoDatatype">FoDatatype</link>
               +----FoId
</synopsis>

</refsect1>





<refsect1 id="FoId.properties" role="properties">
<title role="properties.title">Properties</title>
<synopsis>
  &quot;<link linkend="FoId--value">value</link>&quot;                    <link linkend="gchar">gchar</link>*                : Read / Write
</synopsis>
</refsect1>



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

</para>
</refsect1>

<refsect1 id="FoId.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="FoId-struct" role="struct">
<title>FoId</title>
<indexterm zone="FoId-struct"><primary>FoId</primary></indexterm><programlisting>typedef struct _FoId FoId;</programlisting>
<para>

</para></refsect2>
<refsect2 id="FoIdClass" role="struct">
<title>FoIdClass</title>
<indexterm zone="FoIdClass"><primary>FoIdClass</primary></indexterm><programlisting>typedef struct _FoIdClass FoIdClass;</programlisting>
<para>

</para></refsect2>
<refsect2 id="fo-id-new-with-value" role="function">
<title>fo_id_new_with_value ()</title>
<indexterm zone="fo-id-new-with-value"><primary>fo_id_new_with_value</primary></indexterm><programlisting><link linkend="FoDatatype">FoDatatype</link>*         fo_id_new_with_value                (const <link linkend="gchar">gchar</link> *value);</programlisting>
<para>
Creates a new <link linkend="FoId"><type>FoId</type></link> initialized to <parameter>value</parameter>.</para>
<para>

</para><variablelist role="params">
<varlistentry><term><parameter>value</parameter>&nbsp;:</term>
<listitem><simpara> Id of new <link linkend="FoId"><type>FoId</type></link>.
</simpara></listitem></varlistentry>
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> the new <link linkend="FoId"><type>FoId</type></link>.
</simpara></listitem></varlistentry>
</variablelist></refsect2>
<refsect2 id="fo-id-get-value" role="function">
<title>fo_id_get_value ()</title>
<indexterm zone="fo-id-get-value"><primary>fo_id_get_value</primary></indexterm><programlisting><link linkend="gchar">gchar</link>*              fo_id_get_value                     (<link linkend="FoDatatype">FoDatatype</link> *id);</programlisting>
<para>
Get the value of <parameter>id</parameter>.</para>
<para>

</para><variablelist role="params">
<varlistentry><term><parameter>id</parameter>&nbsp;:</term>
<listitem><simpara> <link linkend="FoId"><type>FoId</type></link>.
</simpara></listitem></varlistentry>
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> String value of <parameter>id</parameter>.
</simpara></listitem></varlistentry>
</variablelist></refsect2>

</refsect1>
<refsect1 id="FoId.property-details" role="property_details">
<title role="property_details.title">Property Details</title>
<refsect2 id="FoId--value"><title>The <literal>&quot;value&quot;</literal> property</title>
<indexterm zone="FoId--value"><primary>FoId:value</primary></indexterm><programlisting>  &quot;value&quot;                    <link linkend="gchar">gchar</link>*                : Read / Write</programlisting>
<para>Id value.</para><para>Default value: NULL</para>
</refsect2>

</refsect1>




</refentry>