~ubuntu-branches/ubuntu/oneiric/evince/oneiric-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya, Josselin Mouette, Rodrigo Moya
  • Date: 2011-05-19 12:12:42 UTC
  • mfrom: (1.1.65 upstream) (1.3.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110519121242-967hbn2nh2hunp4y
Tags: 3.0.0-4ubuntu1
[ Josselin Mouette ]
* bug-presubj: please document where to report rendering bugs.
* evince.mime: dropped. We have desktop files to handle MIME 
  associations, no need to maintain an alternate system by hand.
  Closes: #619564, #627027, #551734, #581441.

[ Rodrigo Moya ]
* Rebase from Debian and GNOME3 PPA (thanks to Rico Tzschichholz).
  Remaining Ubuntu changes:
* debian/apparmor-profile:
* debian/apparmor-profile.abstraction:
* debian/evince.apport:
* debian/evince-common.dirs:
* debian/evince-common.postinst:
* debian/evince-common.postrm:
  - Add apparmor profile
* debian/control:
  - Build-Depend on debhelper (>= 7.4.20ubuntu5), gnome-common,
    hardening-includes and liblaunchpad-integration-3.0-dev
  - Standards-Version is 3.9.1
  - Depend on apparmor
* debian/rules:
  - Include hardening.make
  - Add rule to install apparmor files
* debian/watch:
  - Watch unstable series
* debian/patches/01_lpi.patch:
  - Launchpad integration patch
* debian/patches/04_gold.patch:
  - Link against libz
* debian/patches/05_library-path.patch:
  - Fix library path for g-ir-scanner

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="evince-frontend.html" title="Part I. Frontend">
9
9
<link rel="prev" href="EvSidebarAttachments.html" title="EvSidebarAttachments">
10
10
<link rel="next" href="evince-ev-properties-fonts.html" title="ev-properties-fonts">
11
 
<meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
30
30
                  <a href="#evince-ev-properties-dialog.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
31
31
</td></tr>
32
32
</table>
33
 
<div class="refentry" title="ev-properties-dialog">
 
33
<div class="refentry">
34
34
<a name="evince-ev-properties-dialog"></a><div class="titlepage"></div>
35
35
<div class="refnamediv"><table width="100%"><tr>
36
36
<td valign="top">
39
39
</td>
40
40
<td valign="top" align="right"></td>
41
41
</tr></table></div>
42
 
<div class="refsynopsisdiv" title="Synopsis">
 
42
<div class="refsynopsisdiv">
43
43
<a name="evince-ev-properties-dialog.synopsis"></a><h2>Synopsis</h2>
44
44
<a name="EvPropertiesDialog"></a><pre class="synopsis">                    <a class="link" href="evince-ev-properties-dialog.html#EvPropertiesDialog-struct" title="EvPropertiesDialog">EvPropertiesDialog</a>;
45
45
                    <a class="link" href="evince-ev-properties-dialog.html#EvPropertiesDialogClass" title="EvPropertiesDialogClass">EvPropertiesDialogClass</a>;
46
46
                    <a class="link" href="evince-ev-properties-dialog.html#EvPropertiesDialogPrivate" title="EvPropertiesDialogPrivate">EvPropertiesDialogPrivate</a>;
47
 
<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="evince-ev-properties-dialog.html#ev-properties-dialog-new" title="ev_properties_dialog_new ()">ev_properties_dialog_new</a>            (<em class="parameter"><code><span class="type">void</span></code></em>);
 
47
<a href="http://library.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="evince-ev-properties-dialog.html#ev-properties-dialog-new" title="ev_properties_dialog_new ()">ev_properties_dialog_new</a>            (<em class="parameter"><code><span class="type">void</span></code></em>);
48
48
<span class="returnvalue">void</span>                <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>   (<em class="parameter"><code><a class="link" href="evince-ev-properties-dialog.html#EvPropertiesDialog"><span class="type">EvPropertiesDialog</span></a> *properties</code></em>,
49
49
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
50
 
                                                         <em class="parameter"><code><a href="/home/carlos/gnome-cvs/share/gtk-doc/html/libevdocument/EvDocument.html"><span class="type">EvDocument</span></a> *document</code></em>);
 
50
                                                         <em class="parameter"><code><a href="../libevdocument/EvDocument.html"><span class="type">EvDocument</span></a> *document</code></em>);
51
51
</pre>
52
52
</div>
53
 
<div class="refsect1" title="Object Hierarchy">
 
53
<div class="refsect1">
54
54
<a name="evince-ev-properties-dialog.object-hierarchy"></a><h2>Object Hierarchy</h2>
55
55
<pre class="synopsis">
56
56
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
57
57
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
58
 
         +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html">GtkObject</a>
59
 
               +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html">GtkWidget</a>
60
 
                     +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html">GtkContainer</a>
61
 
                           +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkBin.html">GtkBin</a>
62
 
                                 +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html">GtkWindow</a>
63
 
                                       +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkDialog.html">GtkDialog</a>
64
 
                                             +----EvPropertiesDialog
 
58
         +----<a href="http://library.gnome.org/devel/gtk/GtkWidget.html">GtkWidget</a>
 
59
               +----<a href="http://library.gnome.org/devel/gtk/GtkContainer.html">GtkContainer</a>
 
60
                     +----<a href="http://library.gnome.org/devel/gtk/GtkBin.html">GtkBin</a>
 
61
                           +----<a href="http://library.gnome.org/devel/gtk/GtkWindow.html">GtkWindow</a>
 
62
                                 +----<a href="http://library.gnome.org/devel/gtk/GtkDialog.html">GtkDialog</a>
 
63
                                       +----EvPropertiesDialog
65
64
</pre>
66
65
</div>
67
 
<div class="refsect1" title="Implemented Interfaces">
 
66
<div class="refsect1">
68
67
<a name="evince-ev-properties-dialog.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
69
68
<p>
70
69
EvPropertiesDialog implements
71
 
 AtkImplementorIface and  <a href="http://library.gnome.org/devel/gtk/unstable/GtkBuildable.html">GtkBuildable</a>.</p>
 
70
 AtkImplementorIface and  <a href="http://library.gnome.org/devel/gtk/GtkBuildable.html">GtkBuildable</a>.</p>
72
71
</div>
73
 
<div class="refsect1" title="Description">
 
72
<div class="refsect1">
74
73
<a name="evince-ev-properties-dialog.description"></a><h2>Description</h2>
75
74
<p>
76
75
</p>
77
76
</div>
78
 
<div class="refsect1" title="Details">
 
77
<div class="refsect1">
79
78
<a name="evince-ev-properties-dialog.details"></a><h2>Details</h2>
80
 
<div class="refsect2" title="EvPropertiesDialog">
 
79
<div class="refsect2">
81
80
<a name="EvPropertiesDialog-struct"></a><h3>EvPropertiesDialog</h3>
82
81
<pre class="programlisting">typedef struct _EvPropertiesDialog EvPropertiesDialog;</pre>
83
82
<p>
84
83
</p>
85
84
</div>
86
85
<hr>
87
 
<div class="refsect2" title="EvPropertiesDialogClass">
 
86
<div class="refsect2">
88
87
<a name="EvPropertiesDialogClass"></a><h3>EvPropertiesDialogClass</h3>
89
88
<pre class="programlisting">typedef struct _EvPropertiesDialogClass EvPropertiesDialogClass;</pre>
90
89
<p>
91
90
</p>
92
91
</div>
93
92
<hr>
94
 
<div class="refsect2" title="EvPropertiesDialogPrivate">
 
93
<div class="refsect2">
95
94
<a name="EvPropertiesDialogPrivate"></a><h3>EvPropertiesDialogPrivate</h3>
96
95
<pre class="programlisting">typedef struct _EvPropertiesDialogPrivate EvPropertiesDialogPrivate;</pre>
97
96
<p>
98
97
</p>
99
98
</div>
100
99
<hr>
101
 
<div class="refsect2" title="ev_properties_dialog_new ()">
 
100
<div class="refsect2">
102
101
<a name="ev-properties-dialog-new"></a><h3>ev_properties_dialog_new ()</h3>
103
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         ev_properties_dialog_new            (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
102
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         ev_properties_dialog_new            (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
104
103
<p>
105
104
</p>
106
 
<div class="variablelist"><table border="0">
107
 
<col align="left" valign="top">
108
 
<tbody><tr>
109
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
110
 
<td>
111
 
</td>
112
 
</tr></tbody>
113
 
</table></div>
114
105
</div>
115
106
<hr>
116
 
<div class="refsect2" title="ev_properties_dialog_set_document ()">
 
107
<div class="refsect2">
117
108
<a name="ev-properties-dialog-set-document"></a><h3>ev_properties_dialog_set_document ()</h3>
118
109
<pre class="programlisting"><span class="returnvalue">void</span>                ev_properties_dialog_set_document   (<em class="parameter"><code><a class="link" href="evince-ev-properties-dialog.html#EvPropertiesDialog"><span class="type">EvPropertiesDialog</span></a> *properties</code></em>,
119
110
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
120
 
                                                         <em class="parameter"><code><a href="/home/carlos/gnome-cvs/share/gtk-doc/html/libevdocument/EvDocument.html"><span class="type">EvDocument</span></a> *document</code></em>);</pre>
 
111
                                                         <em class="parameter"><code><a href="../libevdocument/EvDocument.html"><span class="type">EvDocument</span></a> *document</code></em>);</pre>
121
112
<p>
122
113
</p>
123
 
<div class="variablelist"><table border="0">
124
 
<col align="left" valign="top">
125
 
<tbody>
126
 
<tr>
127
 
<td><p><span class="term"><em class="parameter"><code>properties</code></em> :</span></p></td>
128
 
<td>
129
 
</td>
130
 
</tr>
131
 
<tr>
132
 
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
133
 
<td>
134
 
</td>
135
 
</tr>
136
 
<tr>
137
 
<td><p><span class="term"><em class="parameter"><code>document</code></em> :</span></p></td>
138
 
<td>
139
 
</td>
140
 
</tr>
141
 
</tbody>
142
 
</table></div>
143
114
</div>
144
115
</div>
145
116
</div>
146
117
<div class="footer">
147
118
<hr>
148
 
          Generated by GTK-Doc V1.15.1</div>
 
119
          Generated by GTK-Doc V1.17.1</div>
149
120
</body>
150
121
</html>
 
 
b'\\ No newline at end of file'