File: e-list-iterator.xml

package info (click to toggle)
evolution-data-server 2.22.3-1.1%2Blenny2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 69,336 kB
  • ctags: 44,478
  • sloc: ansic: 341,205; xml: 65,790; tcl: 30,499; sh: 19,137; perl: 11,529; cpp: 8,264; java: 7,653; makefile: 6,871; awk: 1,338; yacc: 1,105; sed: 772; cs: 505; lex: 134; python: 30; asm: 14
file content (78 lines) | stat: -rw-r--r-- 2,404 bytes parent folder | download
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
<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<refentry id="EListIterator">
<refmeta>
<refentrytitle role="top_of_page" id="EListIterator.top_of_page">EListIterator</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>LIBEDATASERVER Library</refmiscinfo>
</refmeta>

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

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

<synopsis>
                    <link linkend="EListIterator-struct">EListIterator</link>;
<link linkend="EIterator">EIterator</link>*          <link linkend="e-list-iterator-new">e_list_iterator_new</link>                 (<link linkend="EList">EList</link> *list);
</synopsis>
</refsynopsisdiv>

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

</refsect1>








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

</para>
</refsect1>

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

</para></refsect2>
<refsect2 id="e-list-iterator-new" role="function">
<title>e_list_iterator_new ()</title>
<indexterm zone="e-list-iterator-new"><primary>e_list_iterator_new</primary></indexterm><programlisting><link linkend="EIterator">EIterator</link>*          e_list_iterator_new                 (<link linkend="EList">EList</link> *list);</programlisting>
<para>

</para><variablelist role="params">
<varlistentry><term><parameter>list</parameter>&nbsp;:</term>
<listitem><simpara>
</simpara></listitem></varlistentry>
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>


</simpara></listitem></varlistentry>
</variablelist></refsect2>

</refsect1>




</refentry>