File: fo-property-eval.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 (60 lines) | stat: -rw-r--r-- 1,961 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
<refentry id="xmlroff-fo-property-eval">
<refmeta>
<refentrytitle role="top_of_page" id="xmlroff-fo-property-eval.top_of_page">fo-property-eval</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>XMLROFF Library</refmiscinfo>
</refmeta>

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

<refsynopsisdiv id="xmlroff-fo-property-eval.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>

<synopsis>
<link linkend="GHashTable">GHashTable</link>*         <link linkend="fo-property-eval-init-hash">fo_property_eval_init_hash</link>          (<link linkend="GHashTable">GHashTable</link> *hash);
</synopsis>
</refsynopsisdiv>









<refsect1 id="xmlroff-fo-property-eval.description" role="desc">
<title role="desc.title">Description</title>
<para>

</para>
</refsect1>

<refsect1 id="xmlroff-fo-property-eval.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="fo-property-eval-init-hash" role="function">
<title>fo_property_eval_init_hash ()</title>
<indexterm zone="fo-property-eval-init-hash"><primary>fo_property_eval_init_hash</primary></indexterm><programlisting><link linkend="GHashTable">GHashTable</link>*         fo_property_eval_init_hash          (<link linkend="GHashTable">GHashTable</link> *hash);</programlisting>
<para>
Initialises <parameter>hash</parameter> and inserts 'get_type' function for
every property.</para>
<para>

</para><variablelist role="params">
<varlistentry><term><parameter>hash</parameter>&nbsp;:</term>
<listitem><simpara> Null <link linkend="GHashTable"><type>GHashTable</type></link> pointer
</simpara></listitem></varlistentry>
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> Initialised <link linkend="GHashTable"><type>GHashTable</type></link>
</simpara></listitem></varlistentry>
</variablelist></refsect2>

</refsect1>




</refentry>