~ubuntu-branches/ubuntu/oneiric/gnome-bluetooth/oneiric

« back to all changes in this revision

Viewing changes to docs/reference/libgnome-bluetooth/html/gnome-bluetooth-bluetooth-chooser.html

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2011-09-21 17:34:31 UTC
  • mfrom: (1.1.25 upstream)
  • Revision ID: package-import@ubuntu.com-20110921173431-ebdor93a9ag57heb
Tags: 3.1.92-0ubuntu1
News upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 
55
55
#define             <a class="link" href="gnome-bluetooth-bluetooth-chooser.html#BLUETOOTH-GET-CHOOSER-CLASS:CAPS" title="BLUETOOTH_GET_CHOOSER_CLASS()">BLUETOOTH_GET_CHOOSER_CLASS</a>         (obj)
56
56
struct              <a class="link" href="gnome-bluetooth-bluetooth-chooser.html#BluetoothChooser-struct" title="struct BluetoothChooser">BluetoothChooser</a>;
57
 
<a href="http://library.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="gnome-bluetooth-bluetooth-chooser.html#bluetooth-chooser-new" title="bluetooth_chooser_new ()">bluetooth_chooser_new</a>               (<em class="parameter"><code>const <span class="type">char</span> *title</code></em>);
 
57
<span class="returnvalue">GtkWidget</span> *         <a class="link" href="gnome-bluetooth-bluetooth-chooser.html#bluetooth-chooser-new" title="bluetooth_chooser_new ()">bluetooth_chooser_new</a>               (<em class="parameter"><code>const <span class="type">char</span> *title</code></em>);
58
58
<span class="returnvalue">void</span>                <a class="link" href="gnome-bluetooth-bluetooth-chooser.html#bluetooth-chooser-set-title" title="bluetooth_chooser_set_title ()">bluetooth_chooser_set_title</a>         (<em class="parameter"><code><a class="link" href="gnome-bluetooth-bluetooth-chooser.html#BluetoothChooser"><span class="type">BluetoothChooser</span></a> *self</code></em>,
59
59
                                                         <em class="parameter"><code>const <span class="type">char</span> *title</code></em>);
60
60
<span class="returnvalue">char</span> *              <a class="link" href="gnome-bluetooth-bluetooth-chooser.html#bluetooth-chooser-get-selected-device" title="bluetooth_chooser_get_selected_device ()">bluetooth_chooser_get_selected_device</a>
80
80
<pre class="synopsis">
81
81
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
82
82
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
83
 
         +----<a href="http://library.gnome.org/devel/gtk/GtkWidget.html">GtkWidget</a>
84
 
               +----<a href="http://library.gnome.org/devel/gtk/GtkContainer.html">GtkContainer</a>
85
 
                     +----<a href="http://library.gnome.org/devel/gtk/GtkBox.html">GtkBox</a>
 
83
         +----GtkWidget
 
84
               +----GtkContainer
 
85
                     +----GtkBox
86
86
                           +----BluetoothChooser
87
87
</pre>
88
88
</div>
90
90
<a name="gnome-bluetooth-bluetooth-chooser.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
91
91
<p>
92
92
BluetoothChooser implements
93
 
 AtkImplementorIface,  <a href="http://library.gnome.org/devel/gtk/GtkBuildable.html">GtkBuildable</a> and  <a href="http://library.gnome.org/devel/gtk/gtk3-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
 
93
 AtkImplementorIface,  GtkBuildable and  GtkOrientable.</p>
94
94
</div>
95
95
<div class="refsect1">
96
96
<a name="gnome-bluetooth-bluetooth-chooser.properties"></a><h2>Properties</h2>
139
139
<hr>
140
140
<div class="refsect2">
141
141
<a name="bluetooth-chooser-new"></a><h3>bluetooth_chooser_new ()</h3>
142
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         bluetooth_chooser_new               (<em class="parameter"><code>const <span class="type">char</span> *title</code></em>);</pre>
 
142
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         bluetooth_chooser_new               (<em class="parameter"><code>const <span class="type">char</span> *title</code></em>);</pre>
143
143
<p>
144
144
Returns a new <a class="link" href="gnome-bluetooth-bluetooth-chooser.html#BluetoothChooser"><span class="type">BluetoothChooser</span></a> widget.
145
145
</p>