| gnome-bluetooth Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals | ||||
BluetoothChooserButton;
GtkWidget * bluetooth_chooser_button_new (void);
gboolean bluetooth_chooser_button_available (BluetoothChooserButton *button);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkButton
+----BluetoothChooserButton
BluetoothChooserButton implements GtkBuildable, AtkImplementorIface and GtkActivatable.
GtkWidget * bluetooth_chooser_button_new (void);
Returns : |
a BluetoothChooserButton |
"device" property"device" gchar* : Read / Write
The Bluetooth address of the selected device or NULL
Default value: NULL
"chooser-created" signalvoid user_function (BluetoothChooserButton *self,
GObject *chooser,
gpointer user_data) : Run Last
The signal is sent when a popup dialogue is created for the user to select a device. This signal allows you to change the configuration and filtering of the tree from its defaults.
|
a BluetoothChooserButton widget |
|
a BluetoothChooser widget |
|
user data set when the signal handler was connected. |