~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkFileChooserWidget.html

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-08 20:30:15 UTC
  • mfrom: (1.14.10 upstream)
  • Revision ID: package-import@ubuntu.com-20110908203015-hmdoq5jt1bl50nq3
Tags: 2.24.6-0ubuntu1
* debian/watch: Look for bz2 tarballs, and restrict to GTK 2 versions.
* New upstream bug fix release.
* Drop 094_git_fileselector_error.patch, include_m4_dir.patch: Included
  upstream.
* 003_gdk.pc_privates.patch, 009_gtk-export-filechooser.patch: Unfuzz.
* debian/libgail-doc.install, debian/libgtk2.0-doc.install.in: Install
  documentation from the source tree, as it's not being installed any more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkFileChooserWidget.html#gtk-file-chooser-widget-new" title="gtk_file_chooser_widget_new ()">gtk_file_chooser_widget_new</a>         (<em class="parameter"><code><a class="link" href="GtkFileChooser.html#GtkFileChooserAction" title="enum GtkFileChooserAction"><span class="type">GtkFileChooserAction</span></a> action</code></em>);
49
49
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkFileChooserWidget.html#gtk-file-chooser-widget-new-with-backend" title="gtk_file_chooser_widget_new_with_backend ()">gtk_file_chooser_widget_new_with_backend</a>
50
50
                                                        (<em class="parameter"><code><a class="link" href="GtkFileChooser.html#GtkFileChooserAction" title="enum GtkFileChooserAction"><span class="type">GtkFileChooserAction</span></a> action</code></em>,
51
 
                                                         <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> *backend</code></em>);
 
51
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *backend</code></em>);
52
52
</pre>
53
53
</div>
54
54
<div class="refsect1">
55
55
<a name="GtkFileChooserWidget.object-hierarchy"></a><h2>Object Hierarchy</h2>
56
56
<pre class="synopsis">
57
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
58
 
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
57
  GObject
 
58
   +----GInitiallyUnowned
59
59
         +----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
60
60
               +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
61
61
                     +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
123
123
<a name="gtk-file-chooser-widget-new-with-backend"></a><h3>gtk_file_chooser_widget_new_with_backend ()</h3>
124
124
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_file_chooser_widget_new_with_backend
125
125
                                                        (<em class="parameter"><code><a class="link" href="GtkFileChooser.html#GtkFileChooserAction" title="enum GtkFileChooserAction"><span class="type">GtkFileChooserAction</span></a> action</code></em>,
126
 
                                                         <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> *backend</code></em>);</pre>
 
126
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *backend</code></em>);</pre>
127
127
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
128
128
<h3 class="title">Warning</h3>
129
129
<p><code class="literal">gtk_file_chooser_widget_new_with_backend</code> has been deprecated since version 2.14 and should not be used in newly-written code. Use <a class="link" href="GtkFileChooserWidget.html#gtk-file-chooser-widget-new" title="gtk_file_chooser_widget_new ()"><code class="function">gtk_file_chooser_widget_new()</code></a> instead.</p>