~ubuntu-branches/ubuntu/natty/eog/natty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-05-20 15:09:47 UTC
  • mfrom: (1.14.6 upstream) (2.1.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100520150947-esb0vjp9p72g74qt
Tags: 2.30.1-1ubuntu1
* Resync on Debian
* debian/control.in, 
  debian/rules:
  - build with python
* debian/control.in,
  debian/patches/01_lpi.patch,
  debian/patches/99_autoconf.patch:
  - launchpad integration changes
* debian/patches/02_toolbar_edit_button.patch:
  - change by Ryan Lortie to add an edit button to the toolbar
  - set /apps/eog/ui/external_editor to f-spot-viewer, it can't do editing
    right now but that will be changed in lucid

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Eye of GNOME Reference Manual">
8
8
<link rel="up" href="ch01.html" title="User Interface">
9
 
<link rel="prev" href="EogListStore.html" title="EogListStore">
10
 
<link rel="next" href="EogThumbNav.html" title="EogThumbNav">
11
 
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
 
9
<link rel="prev" href="eog-eog-list-store.html" title="EogListStore">
 
10
<link rel="next" href="eog-eog-thumb-nav.html" title="EogThumbNav">
 
11
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="chapter" href="ch01.html" title="User Interface">
14
 
<link rel="chapter" href="ch02.html" title="Image data and manipulation">
15
 
<link rel="chapter" href="ch03.html" title="Printing">
16
 
<link rel="chapter" href="ch04.html" title="Application and configuration">
17
 
<link rel="chapter" href="ch05.html" title="Plugins">
18
 
<link rel="chapter" href="ch06.html" title="Utilities">
19
 
<link rel="chapter" href="ch07.html" title="Asynchronous jobs">
20
13
</head>
21
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
22
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
23
16
<tr valign="middle">
24
 
<td><a accesskey="p" href="EogListStore.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
17
<td><a accesskey="p" href="eog-eog-list-store.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
25
18
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
26
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
27
20
<th width="100%" align="center">Eye of GNOME Reference Manual</th>
28
 
<td><a accesskey="n" href="EogThumbNav.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
21
<td><a accesskey="n" href="eog-eog-thumb-nav.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
29
22
</tr>
30
23
<tr><td colspan="5" class="shortcuts">
31
24
<a href="#EogFileChooser.synopsis" class="shortcut">Top</a>
49
42
<div class="refsynopsisdiv" title="Synopsis">
50
43
<a name="EogFileChooser.synopsis"></a><h2>Synopsis</h2>
51
44
<pre class="synopsis">                    <a class="link" href="EogFileChooser.html#EogFileChooser-struct" title="EogFileChooser">EogFileChooser</a>;
52
 
<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="EogFileChooser.html#eog-file-chooser-new" title="eog_file_chooser_new ()">eog_file_chooser_new</a>                (<a href="http://library.gnome.org/devel/gtk/unstable/GtkFileChooser.html#GtkFileChooserAction"><span class="returnvalue">GtkFileChooserAction</span></a> action);
53
 
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Module-Interface.html#GdkPixbufFormat"><span class="returnvalue">GdkPixbufFormat</span></a> *   <a class="link" href="EogFileChooser.html#eog-file-chooser-get-format" title="eog_file_chooser_get_format ()">eog_file_chooser_get_format</a>         (<a class="link" href="EogFileChooser.html" title="EogFileChooser"><span class="returnvalue">EogFileChooser</span></a> *chooser);
 
45
<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="EogFileChooser.html#eog-file-chooser-new" title="eog_file_chooser_new ()">eog_file_chooser_new</a>                (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkFileChooser.html#GtkFileChooserAction"><span class="type">GtkFileChooserAction</span></a> action</code></em>);
 
46
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Module-Interface.html#GdkPixbufFormat"><span class="returnvalue">GdkPixbufFormat</span></a> *   <a class="link" href="EogFileChooser.html#eog-file-chooser-get-format" title="eog_file_chooser_get_format ()">eog_file_chooser_get_format</a>         (<em class="parameter"><code><a class="link" href="EogFileChooser.html" title="EogFileChooser"><span class="type">EogFileChooser</span></a> *chooser</code></em>);
54
47
</pre>
55
48
</div>
56
49
<div class="refsect1" title="Object Hierarchy">
90
83
<hr>
91
84
<div class="refsect2" title="eog_file_chooser_new ()">
92
85
<a name="eog-file-chooser-new"></a><h3>eog_file_chooser_new ()</h3>
93
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         eog_file_chooser_new                (<a href="http://library.gnome.org/devel/gtk/unstable/GtkFileChooser.html#GtkFileChooserAction"><span class="returnvalue">GtkFileChooserAction</span></a> action);</pre>
 
86
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         eog_file_chooser_new                (<em class="parameter"><code><a href="http://library.gnome.org/devel/gtk/unstable/GtkFileChooser.html#GtkFileChooserAction"><span class="type">GtkFileChooserAction</span></a> action</code></em>);</pre>
94
87
<p>
95
88
</p>
96
89
<div class="variablelist"><table border="0">
112
105
<hr>
113
106
<div class="refsect2" title="eog_file_chooser_get_format ()">
114
107
<a name="eog-file-chooser-get-format"></a><h3>eog_file_chooser_get_format ()</h3>
115
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Module-Interface.html#GdkPixbufFormat"><span class="returnvalue">GdkPixbufFormat</span></a> *   eog_file_chooser_get_format         (<a class="link" href="EogFileChooser.html" title="EogFileChooser"><span class="returnvalue">EogFileChooser</span></a> *chooser);</pre>
 
108
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-Module-Interface.html#GdkPixbufFormat"><span class="returnvalue">GdkPixbufFormat</span></a> *   eog_file_chooser_get_format         (<em class="parameter"><code><a class="link" href="EogFileChooser.html" title="EogFileChooser"><span class="type">EogFileChooser</span></a> *chooser</code></em>);</pre>
116
109
<p>
117
110
</p>
118
111
<div class="variablelist"><table border="0">
135
128
</div>
136
129
<div class="footer">
137
130
<hr>
138
 
          Generated by GTK-Doc V1.13</div>
 
131
          Generated by GTK-Doc V1.14</div>
139
132
</body>
140
133
</html>
 
 
b'\\ No newline at end of file'