~ubuntu-branches/ubuntu/precise/evince/precise-updates

« back to all changes in this revision

Viewing changes to help/reference/xml/ev-page.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-01-06 09:56:51 UTC
  • mto: (1.6.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 68.
  • Revision ID: james.westby@ubuntu.com-20090106095651-dgipxsorilswacxa
Tags: upstream-2.25.4
ImportĀ upstreamĀ versionĀ 2.25.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<refentry id="evince-EvPage">
2
2
<refmeta>
3
 
<refentrytitle role="top_of_page">EvPage</refentrytitle>
 
3
<refentrytitle role="top_of_page" id="evince-EvPage.top_of_page">EvPage</refentrytitle>
4
4
<manvolnum>3</manvolnum>
5
5
<refmiscinfo>EVINCE Library</refmiscinfo>
6
6
</refmeta>
11
11
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
12
12
</refnamediv>
13
13
 
14
 
<refsynopsisdiv role="synopsis">
 
14
<refsynopsisdiv id="evince-EvPage.synopsis" role="synopsis">
15
15
<title role="synopsis.title">Synopsis</title>
16
16
 
17
17
<synopsis>
18
 
 
19
 
 
20
 
 
21
18
typedef             <link linkend="EvBackendPage">EvBackendPage</link>;
22
19
typedef             <link linkend="EvBackendPageDestroyFunc">EvBackendPageDestroyFunc</link>;
23
20
                    <link linkend="EvPage">EvPage</link>;
24
21
<link linkend="EvPage">EvPage</link>*             <link linkend="ev-page-new">ev_page_new</link>                         (<link linkend="gint">gint</link> index);
25
 
 
26
22
</synopsis>
27
23
</refsynopsisdiv>
28
24
 
34
30
 
35
31
 
36
32
 
37
 
<refsect1 role="desc">
 
33
<refsect1 id="evince-EvPage.description" role="desc">
38
34
<title role="desc.title">Description</title>
39
35
<para>
40
36
 
41
37
</para>
42
38
</refsect1>
43
39
 
44
 
<refsect1 role="details">
 
40
<refsect1 id="evince-EvPage.details" role="details">
45
41
<title role="details.title">Details</title>
46
 
<refsect2>
47
 
<title><anchor id="EvBackendPage" role="typedef"/>EvBackendPage</title>
48
 
<indexterm><primary>EvBackendPage</primary></indexterm><programlisting>typedef gpointer       EvBackendPage;
49
 
</programlisting>
50
 
<para>
51
 
 
52
 
</para></refsect2>
53
 
<refsect2>
54
 
<title><anchor id="EvBackendPageDestroyFunc" role="typedef"/>EvBackendPageDestroyFunc</title>
55
 
<indexterm><primary>EvBackendPageDestroyFunc</primary></indexterm><programlisting>typedef GDestroyNotify EvBackendPageDestroyFunc;
56
 
</programlisting>
57
 
<para>
58
 
 
59
 
</para></refsect2>
60
 
<refsect2>
61
 
<title><anchor id="EvPage" role="struct"/>EvPage</title>
62
 
<indexterm><primary>EvPage</primary></indexterm><programlisting>typedef struct {
 
42
<refsect2 id="EvBackendPage" role="typedef">
 
43
<title>EvBackendPage</title>
 
44
<indexterm zone="EvBackendPage"><primary>EvBackendPage</primary></indexterm><programlisting>typedef gpointer       EvBackendPage;
 
45
</programlisting>
 
46
<para>
 
47
 
 
48
</para></refsect2>
 
49
<refsect2 id="EvBackendPageDestroyFunc" role="typedef">
 
50
<title>EvBackendPageDestroyFunc</title>
 
51
<indexterm zone="EvBackendPageDestroyFunc"><primary>EvBackendPageDestroyFunc</primary></indexterm><programlisting>typedef GDestroyNotify EvBackendPageDestroyFunc;
 
52
</programlisting>
 
53
<para>
 
54
 
 
55
</para></refsect2>
 
56
<refsect2 id="EvPage" role="struct">
 
57
<title>EvPage</title>
 
58
<indexterm zone="EvPage"><primary>EvPage</primary></indexterm><programlisting>typedef struct {
63
59
        GObject base_instance;
64
60
        
65
61
        gint index;
71
67
<para>
72
68
 
73
69
</para></refsect2>
74
 
<refsect2>
75
 
<title><anchor id="ev-page-new" role="function"/>ev_page_new ()</title>
76
 
<indexterm><primary>ev_page_new</primary></indexterm><programlisting><link linkend="EvPage">EvPage</link>*             ev_page_new                         (<link linkend="gint">gint</link> index);</programlisting>
 
70
<refsect2 id="ev-page-new" role="function">
 
71
<title>ev_page_new ()</title>
 
72
<indexterm zone="ev-page-new"><primary>ev_page_new</primary></indexterm><programlisting><link linkend="EvPage">EvPage</link>*             ev_page_new                         (<link linkend="gint">gint</link> index);</programlisting>
77
73
<para>
78
74
 
79
75
</para><variablelist role="params">
91
87
 
92
88
 
93
89
 
94
 
 
95
 
<refsect1><refsect2 /><refsect2 /></refsect1>
96
90
</refentry>