~ubuntu-branches/ubuntu/intrepid/eog/intrepid

« back to all changes in this revision

Viewing changes to doc/reference/html/EogModule.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-07-22 09:58:39 UTC
  • mfrom: (1.1.46 upstream)
  • Revision ID: james.westby@ubuntu.com-20080722095839-aemwrmrk9iwbmpkq
Tags: 2.23.5-0ubuntu1
* New upstream version:
  Misc improvements/fixes:
  - Show 35mm film equivalent in addition to lens focal length 
    in properties dialog if value is provided by image.
  - Code improvements and cleanups 
  Bug fixes:
  - #539495, eog stays in Slideshow mode even in Full Screen or normal window
  - #543171, Unexpected/Wrong EXIF information about "Focal length" shown    
  New and updated translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch05.html" title="Plugins">
9
9
<link rel="prev" href="EogPythonModule.html" title="EogPythonModule">
10
10
<link rel="next" href="EogPlugin.html" title="EogPlugin">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="chapter" href="ch01.html" title="User Interface">
14
14
<link rel="chapter" href="ch02.html" title="Image data and manipulation">
48
48
<a name="EogModule.synopsis"></a><h2>Synopsis</h2>
49
49
<pre class="synopsis">
50
50
                    <a class="link" href="EogModule.html#EogModule-struct" title="EogModule">EogModule</a>;
51
 
<a class="link" href="EogModule.html" title="EogModule">EogModule</a>*          <a class="link" href="EogModule.html#eog-module-new" title="eog_module_new ()">eog_module_new</a>                      (const gchar *path);
52
 
const gchar*        <a class="link" href="EogModule.html#eog-module-get-path" title="eog_module_get_path ()">eog_module_get_path</a>                 (<a class="link" href="EogModule.html" title="EogModule">EogModule</a> *module);
53
 
GObject*            <a class="link" href="EogModule.html#eog-module-new-object" title="eog_module_new_object ()">eog_module_new_object</a>               (<a class="link" href="EogModule.html" title="EogModule">EogModule</a> *module);
 
51
<a class="link" href="EogModule.html" title="EogModule">EogModule</a>*          <a class="link" href="EogModule.html#eog-module-new" title="eog_module_new ()">eog_module_new</a>                      (const <a
 
52
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
53
>gchar</a> *path);
 
54
const <a
 
55
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
56
>gchar</a>*        <a class="link" href="EogModule.html#eog-module-get-path" title="eog_module_get_path ()">eog_module_get_path</a>                 (<a class="link" href="EogModule.html" title="EogModule">EogModule</a> *module);
 
57
<a
 
58
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
59
>GObject</a>*            <a class="link" href="EogModule.html#eog-module-new-object" title="eog_module_new_object ()">eog_module_new_object</a>               (<a class="link" href="EogModule.html" title="EogModule">EogModule</a> *module);
54
60
</pre>
55
61
</div>
56
62
<div class="refsect1" lang="en">
57
63
<a name="EogModule.object-hierarchy"></a><h2>Object Hierarchy</h2>
58
64
<pre class="synopsis">
59
 
  GObject
60
 
   +----GTypeModule
 
65
  <a
 
66
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
67
>GObject</a>
 
68
   +----<a
 
69
href="/usr/share/gtk-doc/html/gobject/GTypeModule.html"
 
70
>GTypeModule</a>
61
71
         +----EogModule
62
72
</pre>
63
73
</div>
65
75
<a name="EogModule.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
66
76
<p>
67
77
EogModule implements
68
 
 GTypePlugin.</p>
 
78
 <a
 
79
href="/usr/share/gtk-doc/html/gobject/GTypePlugin.html"
 
80
>GTypePlugin</a>.</p>
69
81
</div>
70
82
<div class="refsect1" lang="en">
71
83
<a name="EogModule.description"></a><h2>Description</h2>
85
97
<hr>
86
98
<div class="refsect2" lang="en">
87
99
<a name="eog-module-new"></a><h3>eog_module_new ()</h3>
88
 
<pre class="programlisting"><a class="link" href="EogModule.html" title="EogModule">EogModule</a>*          eog_module_new                      (const gchar *path);</pre>
 
100
<pre class="programlisting"><a class="link" href="EogModule.html" title="EogModule">EogModule</a>*          eog_module_new                      (const <a
 
101
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
102
>gchar</a> *path);</pre>
89
103
<p>
90
104
 
91
105
</p>
110
124
<hr>
111
125
<div class="refsect2" lang="en">
112
126
<a name="eog-module-get-path"></a><h3>eog_module_get_path ()</h3>
113
 
<pre class="programlisting">const gchar*        eog_module_get_path                 (<a class="link" href="EogModule.html" title="EogModule">EogModule</a> *module);</pre>
 
127
<pre class="programlisting">const <a
 
128
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
129
>gchar</a>*        eog_module_get_path                 (<a class="link" href="EogModule.html" title="EogModule">EogModule</a> *module);</pre>
114
130
<p>
115
131
 
116
132
</p>
135
151
<hr>
136
152
<div class="refsect2" lang="en">
137
153
<a name="eog-module-new-object"></a><h3>eog_module_new_object ()</h3>
138
 
<pre class="programlisting">GObject*            eog_module_new_object               (<a class="link" href="EogModule.html" title="EogModule">EogModule</a> *module);</pre>
 
154
<pre class="programlisting"><a
 
155
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
156
>GObject</a>*            eog_module_new_object               (<a class="link" href="EogModule.html" title="EogModule">EogModule</a> *module);</pre>
139
157
<p>
140
158
 
141
159
</p>
161
179
</div>
162
180
<div class="footer">
163
181
<hr>
164
 
          Generated by GTK-Doc V1.11</div>
 
182
          Generated by GTK-Doc V1.10</div>
165
183
</body>
166
184
</html>