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

« back to all changes in this revision

Viewing changes to help/reference/html/evince-ev-properties-dialog.html

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-02-10 15:24:04 UTC
  • mto: (1.6.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 72.
  • Revision ID: james.westby@ubuntu.com-20090210152404-9el29bkm4unsnj6n
Tags: upstream-2.25.90
Import upstream version 2.25.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>ev-properties-dialog</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
7
 
<link rel="home" href="index.html" title="Evince Programmer's Reference Manual">
8
 
<link rel="up" href="pt04.html" title="Part IV.  Evince Frontend">
9
 
<link rel="prev" href="evince-ev-pixbuf-cache.html" title="ev-pixbuf-cache">
10
 
<link rel="next" href="evince-ev-properties-fonts.html" title="ev-properties-fonts">
11
 
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
12
 
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="part" href="pt01.html" title="Part I.  Document interfaces">
14
 
<link rel="part" href="pt02.html" title="Part II.  Document data">
15
 
<link rel="part" href="pt03.html" title="Part III.  Helper functions">
16
 
<link rel="part" href="pt04.html" title="Part IV.  Evince Frontend">
17
 
<link rel="index" href="ix01.html" title="Index">
18
 
</head>
19
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
20
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
21
 
<tr valign="middle">
22
 
<td><a accesskey="p" href="evince-ev-pixbuf-cache.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
23
 
<td><a accesskey="u" href="pt04.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
24
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
25
 
<th width="100%" align="center">Evince Programmer's Reference Manual</th>
26
 
<td><a accesskey="n" href="evince-ev-properties-fonts.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
27
 
</tr>
28
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#evince-ev-properties-dialog.synopsis" class="shortcut">Top</a>
29
 
                   | 
30
 
                  <a href="#evince-ev-properties-dialog.description" class="shortcut">Description</a></nobr></td></tr>
31
 
</table>
32
 
<div class="refentry" lang="en">
33
 
<a name="evince-ev-properties-dialog"></a><div class="titlepage"></div>
34
 
<div class="refnamediv"><table width="100%"><tr>
35
 
<td valign="top">
36
 
<h2><span class="refentrytitle"><a name="evince-ev-properties-dialog.top_of_page"></a>ev-properties-dialog</span></h2>
37
 
<p>ev-properties-dialog</p>
38
 
</td>
39
 
<td valign="top" align="right"></td>
40
 
</tr></table></div>
41
 
<div class="refsynopsisdiv">
42
 
<a name="evince-ev-properties-dialog.synopsis"></a><h2>Synopsis</h2>
43
 
<pre class="synopsis">
44
 
                    <a class="link" href="evince-ev-properties-dialog.html#EvPropertiesDialog" title="EvPropertiesDialog">EvPropertiesDialog</a>;
45
 
                    <a class="link" href="evince-ev-properties-dialog.html#EvPropertiesDialogClass" title="EvPropertiesDialogClass">EvPropertiesDialogClass</a>;
46
 
                    <a class="link" href="evince-ev-properties-dialog.html#EvPropertiesDialogPrivate" title="EvPropertiesDialogPrivate">EvPropertiesDialogPrivate</a>;
47
 
<a
48
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
49
 
>GtkWidget</a>*          <a class="link" href="evince-ev-properties-dialog.html#ev-properties-dialog-new" title="ev_properties_dialog_new ()">ev_properties_dialog_new</a>            (void);
50
 
void                <a class="link" href="evince-ev-properties-dialog.html#ev-properties-dialog-set-document" title="ev_properties_dialog_set_document ()">ev_properties_dialog_set_document</a>   (<a class="link" href="evince-ev-properties-dialog.html#EvPropertiesDialog" title="EvPropertiesDialog">EvPropertiesDialog</a> *properties,
51
 
                                                         const <a
52
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
53
 
>gchar</a> *uri,
54
 
                                                         <a class="link" href="evince-ev-document.html#EvDocument">EvDocument</a> *document);
55
 
</pre>
56
 
</div>
57
 
<div class="refsect1" lang="en">
58
 
<a name="evince-ev-properties-dialog.description"></a><h2>Description</h2>
59
 
<p>
60
 
 
61
 
</p>
62
 
</div>
63
 
<div class="refsect1" lang="en">
64
 
<a name="evince-ev-properties-dialog.details"></a><h2>Details</h2>
65
 
<div class="refsect2" lang="en">
66
 
<a name="EvPropertiesDialog"></a><h3>EvPropertiesDialog</h3>
67
 
<pre class="programlisting">typedef struct _EvPropertiesDialog EvPropertiesDialog;</pre>
68
 
<p>
69
 
 
70
 
</p>
71
 
</div>
72
 
<hr>
73
 
<div class="refsect2" lang="en">
74
 
<a name="EvPropertiesDialogClass"></a><h3>EvPropertiesDialogClass</h3>
75
 
<pre class="programlisting">typedef struct _EvPropertiesDialogClass EvPropertiesDialogClass;</pre>
76
 
<p>
77
 
 
78
 
</p>
79
 
</div>
80
 
<hr>
81
 
<div class="refsect2" lang="en">
82
 
<a name="EvPropertiesDialogPrivate"></a><h3>EvPropertiesDialogPrivate</h3>
83
 
<pre class="programlisting">typedef struct _EvPropertiesDialogPrivate EvPropertiesDialogPrivate;</pre>
84
 
<p>
85
 
 
86
 
</p>
87
 
</div>
88
 
<hr>
89
 
<div class="refsect2" lang="en">
90
 
<a name="ev-properties-dialog-new"></a><h3>ev_properties_dialog_new ()</h3>
91
 
<pre class="programlisting"><a
92
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
93
 
>GtkWidget</a>*          ev_properties_dialog_new            (void);</pre>
94
 
<p>
95
 
 
96
 
</p>
97
 
<div class="variablelist"><table border="0">
98
 
<col align="left" valign="top">
99
 
<tbody><tr>
100
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
101
 
<td>
102
 
 
103
 
 
104
 
</td>
105
 
</tr></tbody>
106
 
</table></div>
107
 
</div>
108
 
<hr>
109
 
<div class="refsect2" lang="en">
110
 
<a name="ev-properties-dialog-set-document"></a><h3>ev_properties_dialog_set_document ()</h3>
111
 
<pre class="programlisting">void                ev_properties_dialog_set_document   (<a class="link" href="evince-ev-properties-dialog.html#EvPropertiesDialog" title="EvPropertiesDialog">EvPropertiesDialog</a> *properties,
112
 
                                                         const <a
113
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
114
 
>gchar</a> *uri,
115
 
                                                         <a class="link" href="evince-ev-document.html#EvDocument">EvDocument</a> *document);</pre>
116
 
<p>
117
 
 
118
 
</p>
119
 
<div class="variablelist"><table border="0">
120
 
<col align="left" valign="top">
121
 
<tbody>
122
 
<tr>
123
 
<td><p><span class="term"><em class="parameter"><code>properties</code></em> :</span></p></td>
124
 
<td>
125
 
</td>
126
 
</tr>
127
 
<tr>
128
 
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
129
 
<td>
130
 
</td>
131
 
</tr>
132
 
<tr>
133
 
<td><p><span class="term"><em class="parameter"><code>document</code></em> :</span></p></td>
134
 
<td>
135
 
 
136
 
 
137
 
</td>
138
 
</tr>
139
 
</tbody>
140
 
</table></div>
141
 
</div>
142
 
</div>
143
 
</div>
144
 
<div class="footer">
145
 
<hr>
146
 
          Generated by GTK-Doc V1.10</div>
147
 
</body>
148
 
</html>