~timo-jyrinki/ubuntu/utopic/rhythmbox/enable_grilo_rhythmbox

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-12 12:07:21 UTC
  • mfrom: (1.2.28)
  • Revision ID: package-import@ubuntu.com-20120312120721-ubdep6yl0sgfbr7i
Tags: 2.96-1
* New upstream release.
* Update Build-Depends:
  - Bump libgtk-3-dev to (>= 3.2.0).
  - Drop gir1.2-gtk-3.0, pulled via libgtk-3-dev.
  - Bump libglib2.0-dev (>= 2.28.0).
* Re-add magnatune plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
struct              <a class="link" href="RBURIDialog.html#RBURIDialog-struct" title="struct RBURIDialog">RBURIDialog</a>;
51
51
struct              <a class="link" href="RBURIDialog.html#RBURIDialogClass" title="struct RBURIDialogClass">RBURIDialogClass</a>;
52
 
<span class="returnvalue">GtkWidget</span> *         <a class="link" href="RBURIDialog.html#rb-uri-dialog-new" title="rb_uri_dialog_new ()">rb_uri_dialog_new</a>                   (<em class="parameter"><code>const <span class="type">char</span> *title</code></em>,
 
52
<a href="/usr/share/gtk-doc/html/gtk3/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="RBURIDialog.html#rb-uri-dialog-new" title="rb_uri_dialog_new ()">rb_uri_dialog_new</a>                   (<em class="parameter"><code>const <span class="type">char</span> *title</code></em>,
53
53
                                                         <em class="parameter"><code>const <span class="type">char</span> *label</code></em>);
54
54
</pre>
55
55
</div>
56
56
<div class="refsect1">
57
57
<a name="RBURIDialog.object-hierarchy"></a><h2>Object Hierarchy</h2>
58
58
<pre class="synopsis">
59
 
  GObject
60
 
   +----GInitiallyUnowned
61
 
         +----GtkWidget
62
 
               +----GtkContainer
63
 
                     +----GtkBin
64
 
                           +----GtkWindow
65
 
                                 +----GtkDialog
 
59
  <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
60
   +----<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
61
         +----<a href="/usr/share/gtk-doc/html/gtk3/GtkWidget.html">GtkWidget</a>
 
62
               +----<a href="/usr/share/gtk-doc/html/gtk3/GtkContainer.html">GtkContainer</a>
 
63
                     +----<a href="/usr/share/gtk-doc/html/gtk3/GtkBin.html">GtkBin</a>
 
64
                           +----<a href="/usr/share/gtk-doc/html/gtk3/GtkWindow.html">GtkWindow</a>
 
65
                                 +----<a href="/usr/share/gtk-doc/html/gtk3/GtkDialog.html">GtkDialog</a>
66
66
                                       +----RBURIDialog
67
67
</pre>
68
68
</div>
70
70
<a name="RBURIDialog.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
71
71
<p>
72
72
RBURIDialog implements
73
 
 AtkImplementorIface and  GtkBuildable.</p>
 
73
 AtkImplementorIface and  <a href="/usr/share/gtk-doc/html/gtk3/GtkBuildable.html">GtkBuildable</a>.</p>
74
74
</div>
75
75
<div class="refsect1">
76
76
<a name="RBURIDialog.properties"></a><h2>Properties</h2>
77
77
<pre class="synopsis">
78
 
  "<a class="link" href="RBURIDialog.html#RBURIDialog--label" title='The "label" property'>label</a>"                    <span class="type">gchar</span>*                : Read / Write / Construct Only
 
78
  "<a class="link" href="RBURIDialog.html#RBURIDialog--label" title='The "label" property'>label</a>"                    <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only
79
79
</pre>
80
80
</div>
81
81
<div class="refsect1">
82
82
<a name="RBURIDialog.signals"></a><h2>Signals</h2>
83
83
<pre class="synopsis">
84
 
  "<a class="link" href="RBURIDialog.html#RBURIDialog-location-added" title='The "location-added" signal'>location-added</a>"                                 : <code class="literal">Run Last</code>
 
84
  "<a class="link" href="RBURIDialog.html#RBURIDialog-location-added" title='The "location-added" signal'>location-added</a>"                                 : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
85
85
</pre>
86
86
</div>
87
87
<div class="refsect1">
114
114
<hr>
115
115
<div class="refsect2">
116
116
<a name="rb-uri-dialog-new"></a><h3>rb_uri_dialog_new ()</h3>
117
 
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         rb_uri_dialog_new                   (<em class="parameter"><code>const <span class="type">char</span> *title</code></em>,
 
117
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gtk3/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         rb_uri_dialog_new                   (<em class="parameter"><code>const <span class="type">char</span> *title</code></em>,
118
118
                                                         <em class="parameter"><code>const <span class="type">char</span> *label</code></em>);</pre>
119
119
<p>
120
120
Creates a URI entry dialog.
142
142
<a name="RBURIDialog.property-details"></a><h2>Property Details</h2>
143
143
<div class="refsect2">
144
144
<a name="RBURIDialog--label"></a><h3>The <code class="literal">"label"</code> property</h3>
145
 
<pre class="programlisting">  "label"                    <span class="type">gchar</span>*                : Read / Write / Construct Only</pre>
 
145
<pre class="programlisting">  "label"                    <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only</pre>
146
146
<p>
147
147
The label displayed in the dialog.
148
148
</p>
154
154
<div class="refsect2">
155
155
<a name="RBURIDialog-location-added"></a><h3>The <code class="literal">"location-added"</code> signal</h3>
156
156
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="RBURIDialog.html" title="RBURIDialog"><span class="type">RBURIDialog</span></a> *dialog,
157
 
                                                        <span class="type">gchar</span>       *uri,
158
 
                                                        <span class="type">gpointer</span>     user_data)      : <code class="literal">Run Last</code></pre>
 
157
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>       *uri,
 
158
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>     user_data)      : <a href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
159
159
<p>
160
160
Emitted when the user has entered a URI into the dialog.
161
161
</p>