~ubuntu-branches/ubuntu/quantal/gimp/quantal-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/GimpProcBrowserDialog.html

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-19 17:16:47 UTC
  • mfrom: (1.1.27) (0.4.17 sid)
  • Revision ID: package-import@ubuntu.com-20120919171647-5dytjrc7bgb935we
Tags: 2.8.2-1ubuntu1
* Merge from Debian unstable (LP: #1050831). Remaining Ubuntu changes:
* debian/control:
  - Update description
  - Build-depend on libtiff-dev instead of libtiff4-dev.
* debian/rules:
  - Set gettext domain and update translation templates
* debian/patches/02_help-message.patch:
* debian/patches/03_gimp.desktop.in.in.patch:
  - Update some strings for Ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
<pre class="synopsis">                    <a class="link" href="GimpProcBrowserDialog.html#GimpProcBrowserDialog-struct" title="GimpProcBrowserDialog">GimpProcBrowserDialog</a>;
47
47
<span class="returnvalue">GtkWidget</span> *         <a class="link" href="GimpProcBrowserDialog.html#gimp-proc-browser-dialog-new" title="gimp_proc_browser_dialog_new ()">gimp_proc_browser_dialog_new</a>        (<em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>,
48
48
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *role</code></em>,
49
 
                                                         <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpHelpUI.html#GimpHelpFunc"><span class="type">GimpHelpFunc</span></a> help_func</code></em>,
 
49
                                                         <em class="parameter"><code><a href="../libgimpwidgets/libgimpwidgets-GimpHelpUI.html#GimpHelpFunc"><span class="type">GimpHelpFunc</span></a> help_func</code></em>,
50
50
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *help_id</code></em>,
51
51
                                                         <em class="parameter"><code>...</code></em>);
52
52
<span class="returnvalue">gchar</span> *             <a class="link" href="GimpProcBrowserDialog.html#gimp-proc-browser-dialog-get-selected" title="gimp_proc_browser_dialog_get_selected ()">gimp_proc_browser_dialog_get_selected</a>
64
64
                           +----GtkBin
65
65
                                 +----GtkWindow
66
66
                                       +----GtkDialog
67
 
                                             +----<a href="/local/head/share/gtk-doc/html/libgimpwidgets/GimpDialog.html">GimpDialog</a>
 
67
                                             +----<a href="../libgimpwidgets/GimpDialog.html">GimpDialog</a>
68
68
                                                   +----GimpProcBrowserDialog
69
69
</pre>
70
70
</div>
100
100
<a name="gimp-proc-browser-dialog-new"></a><h3>gimp_proc_browser_dialog_new ()</h3>
101
101
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         gimp_proc_browser_dialog_new        (<em class="parameter"><code>const <span class="type">gchar</span> *title</code></em>,
102
102
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *role</code></em>,
103
 
                                                         <em class="parameter"><code><a href="/local/head/share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpHelpUI.html#GimpHelpFunc"><span class="type">GimpHelpFunc</span></a> help_func</code></em>,
 
103
                                                         <em class="parameter"><code><a href="../libgimpwidgets/libgimpwidgets-GimpHelpUI.html#GimpHelpFunc"><span class="type">GimpHelpFunc</span></a> help_func</code></em>,
104
104
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *help_id</code></em>,
105
105
                                                         <em class="parameter"><code>...</code></em>);</pre>
106
106
<p>