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

« back to all changes in this revision

Viewing changes to doc/reference/html/EogPythonModule.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="ch05.html" title="Plugins">
10
10
<link rel="next" href="EogModule.html" title="EogModule">
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">
50
50
<a name="EogPythonModule.synopsis"></a><h2>Synopsis</h2>
51
51
<pre class="synopsis">
52
52
                    <a class="link" href="EogPythonModule.html#EogPythonModule-struct" title="EogPythonModule">EogPythonModule</a>;
53
 
<a class="link" href="EogPythonModule.html" title="EogPythonModule">EogPythonModule</a>*    <a class="link" href="EogPythonModule.html#eog-python-module-new" title="eog_python_module_new ()">eog_python_module_new</a>               (const gchar *path,
54
 
                                                         const gchar *module);
55
 
GObject*            <a class="link" href="EogPythonModule.html#eog-python-module-new-object" title="eog_python_module_new_object ()">eog_python_module_new_object</a>        (<a class="link" href="EogPythonModule.html" title="EogPythonModule">EogPythonModule</a> *module);
56
 
gboolean            <a class="link" href="EogPythonModule.html#eog-python-init" title="eog_python_init ()">eog_python_init</a>                     (void);
 
53
<a class="link" href="EogPythonModule.html" title="EogPythonModule">EogPythonModule</a>*    <a class="link" href="EogPythonModule.html#eog-python-module-new" title="eog_python_module_new ()">eog_python_module_new</a>               (const <a
 
54
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
55
>gchar</a> *path,
 
56
                                                         const <a
 
57
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
58
>gchar</a> *module);
 
59
<a
 
60
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
61
>GObject</a>*            <a class="link" href="EogPythonModule.html#eog-python-module-new-object" title="eog_python_module_new_object ()">eog_python_module_new_object</a>        (<a class="link" href="EogPythonModule.html" title="EogPythonModule">EogPythonModule</a> *module);
 
62
<a
 
63
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
64
>gboolean</a>            <a class="link" href="EogPythonModule.html#eog-python-init" title="eog_python_init ()">eog_python_init</a>                     (void);
57
65
void                <a class="link" href="EogPythonModule.html#eog-python-shutdown" title="eog_python_shutdown ()">eog_python_shutdown</a>                 (void);
58
66
void                <a class="link" href="EogPythonModule.html#eog-python-garbage-collect" title="eog_python_garbage_collect ()">eog_python_garbage_collect</a>          (void);
59
67
</pre>
61
69
<div class="refsect1" lang="en">
62
70
<a name="EogPythonModule.object-hierarchy"></a><h2>Object Hierarchy</h2>
63
71
<pre class="synopsis">
64
 
  GObject
65
 
   +----GTypeModule
 
72
  <a
 
73
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
74
>GObject</a>
 
75
   +----<a
 
76
href="/usr/share/gtk-doc/html/gobject/GTypeModule.html"
 
77
>GTypeModule</a>
66
78
         +----EogPythonModule
67
79
</pre>
68
80
</div>
70
82
<a name="EogPythonModule.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
71
83
<p>
72
84
EogPythonModule implements
73
 
 GTypePlugin.</p>
 
85
 <a
 
86
href="/usr/share/gtk-doc/html/gobject/GTypePlugin.html"
 
87
>GTypePlugin</a>.</p>
74
88
</div>
75
89
<div class="refsect1" lang="en">
76
90
<a name="EogPythonModule.properties"></a><h2>Properties</h2>
77
91
<pre class="synopsis">
78
 
  "<a class="link" href="EogPythonModule.html#EogPythonModule--module" title='The "module" property'>module</a>"                   gchar*                : Read / Write / Construct Only
79
 
  "<a class="link" href="EogPythonModule.html#EogPythonModule--path" title='The "path" property'>path</a>"                     gchar*                : Read / Write / Construct Only
 
92
  "<a class="link" href="EogPythonModule.html#EogPythonModule--module" title='The "module" property'>module</a>"                   <a
 
93
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
94
>gchar</a>*                : Read / Write / Construct Only
 
95
  "<a class="link" href="EogPythonModule.html#EogPythonModule--path" title='The "path" property'>path</a>"                     <a
 
96
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
97
>gchar</a>*                : Read / Write / Construct Only
80
98
</pre>
81
99
</div>
82
100
<div class="refsect1" lang="en">
97
115
<hr>
98
116
<div class="refsect2" lang="en">
99
117
<a name="eog-python-module-new"></a><h3>eog_python_module_new ()</h3>
100
 
<pre class="programlisting"><a class="link" href="EogPythonModule.html" title="EogPythonModule">EogPythonModule</a>*    eog_python_module_new               (const gchar *path,
101
 
                                                         const gchar *module);</pre>
 
118
<pre class="programlisting"><a class="link" href="EogPythonModule.html" title="EogPythonModule">EogPythonModule</a>*    eog_python_module_new               (const <a
 
119
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
120
>gchar</a> *path,
 
121
                                                         const <a
 
122
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
123
>gchar</a> *module);</pre>
102
124
<p>
103
125
 
104
126
</p>
128
150
<hr>
129
151
<div class="refsect2" lang="en">
130
152
<a name="eog-python-module-new-object"></a><h3>eog_python_module_new_object ()</h3>
131
 
<pre class="programlisting">GObject*            eog_python_module_new_object        (<a class="link" href="EogPythonModule.html" title="EogPythonModule">EogPythonModule</a> *module);</pre>
 
153
<pre class="programlisting"><a
 
154
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
155
>GObject</a>*            eog_python_module_new_object        (<a class="link" href="EogPythonModule.html" title="EogPythonModule">EogPythonModule</a> *module);</pre>
132
156
<p>
133
157
 
134
158
</p>
153
177
<hr>
154
178
<div class="refsect2" lang="en">
155
179
<a name="eog-python-init"></a><h3>eog_python_init ()</h3>
156
 
<pre class="programlisting">gboolean            eog_python_init                     (void);</pre>
 
180
<pre class="programlisting"><a
 
181
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
182
>gboolean</a>            eog_python_init                     (void);</pre>
157
183
<p>
158
184
 
159
185
</p>
189
215
<a name="EogPythonModule.property-details"></a><h2>Property Details</h2>
190
216
<div class="refsect2" lang="en">
191
217
<a name="EogPythonModule--module"></a><h3>The <code class="literal">"module"</code> property</h3>
192
 
<pre class="programlisting">  "module"                   gchar*                : Read / Write / Construct Only</pre>
 
218
<pre class="programlisting">  "module"                   <a
 
219
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
220
>gchar</a>*                : Read / Write / Construct Only</pre>
193
221
<p>The Python module to load for this plugin.</p>
194
222
<p>Default value: NULL</p>
195
223
</div>
196
224
<hr>
197
225
<div class="refsect2" lang="en">
198
226
<a name="EogPythonModule--path"></a><h3>The <code class="literal">"path"</code> property</h3>
199
 
<pre class="programlisting">  "path"                     gchar*                : Read / Write / Construct Only</pre>
 
227
<pre class="programlisting">  "path"                     <a
 
228
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
229
>gchar</a>*                : Read / Write / Construct Only</pre>
200
230
<p>The Python path to use when loading this module.</p>
201
231
<p>Default value: NULL</p>
202
232
</div>
204
234
</div>
205
235
<div class="footer">
206
236
<hr>
207
 
          Generated by GTK-Doc V1.11</div>
 
237
          Generated by GTK-Doc V1.10</div>
208
238
</body>
209
239
</html>