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

« back to all changes in this revision

Viewing changes to help/reference/shell/html/evince-ev-metadata.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="EvProgressMessageArea.html" title="EvProgressMessageArea">
10
10
<link rel="next" href="EvWindow.html" title="EvWindow">
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">
28
28
                  <a href="#evince-ev-metadata.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
29
</td></tr>
30
30
</table>
31
 
<div class="refentry" title="ev-metadata">
 
31
<div class="refentry">
32
32
<a name="evince-ev-metadata"></a><div class="titlepage"></div>
33
33
<div class="refnamediv"><table width="100%"><tr>
34
34
<td valign="top">
37
37
</td>
38
38
<td valign="top" align="right"></td>
39
39
</tr></table></div>
40
 
<div class="refsynopsisdiv" title="Synopsis">
 
40
<div class="refsynopsisdiv">
41
41
<a name="evince-ev-metadata.synopsis"></a><h2>Synopsis</h2>
42
42
<a name="EvMetadata"></a><pre class="synopsis">                    <a class="link" href="evince-ev-metadata.html#EvMetadata-struct" title="EvMetadata">EvMetadata</a>;
43
43
                    <a class="link" href="evince-ev-metadata.html#EvMetadataClass" title="EvMetadataClass">EvMetadataClass</a>;
69
69
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="evince-ev-metadata.html#ev-is-metadata-supported-for-file" title="ev_is_metadata_supported_for_file ()">ev_is_metadata_supported_for_file</a>   (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="type">GFile</span></a> *file</code></em>);
70
70
</pre>
71
71
</div>
72
 
<div class="refsect1" title="Object Hierarchy">
 
72
<div class="refsect1">
73
73
<a name="evince-ev-metadata.object-hierarchy"></a><h2>Object Hierarchy</h2>
74
74
<pre class="synopsis">
75
75
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
76
76
   +----EvMetadata
77
77
</pre>
78
78
</div>
79
 
<div class="refsect1" title="Description">
 
79
<div class="refsect1">
80
80
<a name="evince-ev-metadata.description"></a><h2>Description</h2>
81
81
</div>
82
 
<div class="refsect1" title="Details">
 
82
<div class="refsect1">
83
83
<a name="evince-ev-metadata.details"></a><h2>Details</h2>
84
 
<div class="refsect2" title="EvMetadata">
 
84
<div class="refsect2">
85
85
<a name="EvMetadata-struct"></a><h3>EvMetadata</h3>
86
86
<pre class="programlisting">typedef struct _EvMetadata EvMetadata;</pre>
87
87
</div>
88
88
<hr>
89
 
<div class="refsect2" title="EvMetadataClass">
 
89
<div class="refsect2">
90
90
<a name="EvMetadataClass"></a><h3>EvMetadataClass</h3>
91
91
<pre class="programlisting">typedef struct _EvMetadataClass EvMetadataClass;</pre>
92
92
</div>
93
93
<hr>
94
 
<div class="refsect2" title="ev_metadata_new ()">
 
94
<div class="refsect2">
95
95
<a name="ev-metadata-new"></a><h3>ev_metadata_new ()</h3>
96
96
<pre class="programlisting"><a class="link" href="evince-ev-metadata.html#EvMetadata"><span class="returnvalue">EvMetadata</span></a> *        ev_metadata_new                     (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="type">GFile</span></a> *file</code></em>);</pre>
97
97
</div>
98
98
<hr>
99
 
<div class="refsect2" title="ev_metadata_get_string ()">
 
99
<div class="refsect2">
100
100
<a name="ev-metadata-get-string"></a><h3>ev_metadata_get_string ()</h3>
101
101
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            ev_metadata_get_string              (<em class="parameter"><code><a class="link" href="evince-ev-metadata.html#EvMetadata"><span class="type">EvMetadata</span></a> *metadata</code></em>,
102
102
                                                         <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> *key</code></em>,
103
103
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **value</code></em>);</pre>
104
104
</div>
105
105
<hr>
106
 
<div class="refsect2" title="ev_metadata_set_string ()">
 
106
<div class="refsect2">
107
107
<a name="ev-metadata-set-string"></a><h3>ev_metadata_set_string ()</h3>
108
108
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            ev_metadata_set_string              (<em class="parameter"><code><a class="link" href="evince-ev-metadata.html#EvMetadata"><span class="type">EvMetadata</span></a> *metadata</code></em>,
109
109
                                                         <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> *key</code></em>,
110
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> *value</code></em>);</pre>
111
111
</div>
112
112
<hr>
113
 
<div class="refsect2" title="ev_metadata_get_int ()">
 
113
<div class="refsect2">
114
114
<a name="ev-metadata-get-int"></a><h3>ev_metadata_get_int ()</h3>
115
115
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            ev_metadata_get_int                 (<em class="parameter"><code><a class="link" href="evince-ev-metadata.html#EvMetadata"><span class="type">EvMetadata</span></a> *metadata</code></em>,
116
116
                                                         <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> *key</code></em>,
117
117
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *value</code></em>);</pre>
118
118
</div>
119
119
<hr>
120
 
<div class="refsect2" title="ev_metadata_set_int ()">
 
120
<div class="refsect2">
121
121
<a name="ev-metadata-set-int"></a><h3>ev_metadata_set_int ()</h3>
122
122
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            ev_metadata_set_int                 (<em class="parameter"><code><a class="link" href="evince-ev-metadata.html#EvMetadata"><span class="type">EvMetadata</span></a> *metadata</code></em>,
123
123
                                                         <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> *key</code></em>,
124
124
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>);</pre>
125
125
</div>
126
126
<hr>
127
 
<div class="refsect2" title="ev_metadata_get_double ()">
 
127
<div class="refsect2">
128
128
<a name="ev-metadata-get-double"></a><h3>ev_metadata_get_double ()</h3>
129
129
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            ev_metadata_get_double              (<em class="parameter"><code><a class="link" href="evince-ev-metadata.html#EvMetadata"><span class="type">EvMetadata</span></a> *metadata</code></em>,
130
130
                                                         <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> *key</code></em>,
131
131
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *value</code></em>);</pre>
132
132
</div>
133
133
<hr>
134
 
<div class="refsect2" title="ev_metadata_set_double ()">
 
134
<div class="refsect2">
135
135
<a name="ev-metadata-set-double"></a><h3>ev_metadata_set_double ()</h3>
136
136
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            ev_metadata_set_double              (<em class="parameter"><code><a class="link" href="evince-ev-metadata.html#EvMetadata"><span class="type">EvMetadata</span></a> *metadata</code></em>,
137
137
                                                         <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> *key</code></em>,
138
138
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> value</code></em>);</pre>
139
139
</div>
140
140
<hr>
141
 
<div class="refsect2" title="ev_metadata_get_boolean ()">
 
141
<div class="refsect2">
142
142
<a name="ev-metadata-get-boolean"></a><h3>ev_metadata_get_boolean ()</h3>
143
143
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            ev_metadata_get_boolean             (<em class="parameter"><code><a class="link" href="evince-ev-metadata.html#EvMetadata"><span class="type">EvMetadata</span></a> *metadata</code></em>,
144
144
                                                         <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> *key</code></em>,
145
145
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *value</code></em>);</pre>
146
146
</div>
147
147
<hr>
148
 
<div class="refsect2" title="ev_metadata_set_boolean ()">
 
148
<div class="refsect2">
149
149
<a name="ev-metadata-set-boolean"></a><h3>ev_metadata_set_boolean ()</h3>
150
150
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            ev_metadata_set_boolean             (<em class="parameter"><code><a class="link" href="evince-ev-metadata.html#EvMetadata"><span class="type">EvMetadata</span></a> *metadata</code></em>,
151
151
                                                         <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> *key</code></em>,
152
152
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);</pre>
153
153
</div>
154
154
<hr>
155
 
<div class="refsect2" title="ev_is_metadata_supported_for_file ()">
 
155
<div class="refsect2">
156
156
<a name="ev-is-metadata-supported-for-file"></a><h3>ev_is_metadata_supported_for_file ()</h3>
157
157
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            ev_is_metadata_supported_for_file   (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GFile.html"><span class="type">GFile</span></a> *file</code></em>);</pre>
158
158
</div>
160
160
</div>
161
161
<div class="footer">
162
162
<hr>
163
 
          Generated by GTK-Doc V1.15.1</div>
 
163
          Generated by GTK-Doc V1.17.1</div>
164
164
</body>
165
165
</html>
 
 
b'\\ No newline at end of file'