|
Data Structures |
| struct | _AlpBluetoothDiscoveryDialog |
| | bluetooth discovery widget structure More...
|
Defines |
| #define | ALP_BLUETOOTH_DISCOVERY_DIALOG(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), ALP_TYPE_BLUETOOTH_DISCOVERY_DIALOG, AlpBluetoothDiscoveryDialog)) |
| #define | ALP_BLUETOOTH_DISCOVERY_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), ALP_TYPE_BLUETOOTH_DISCOVERY_DIALOG, AlpBluetoothDiscoveryDialogClass)) |
| #define | ALP_BLUETOOTH_DISCOVERY_DIALOG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), ALP_TYPE_BLUETOOTH_DISCOVERY_DIALOG, AlpBluetoothDiscoveryDialogClass)) |
| #define | ALP_IS_BLUETOOTH_DISCOVERY_DIALOG(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), ALP_TYPE_BLUETOOTH_DISCOVERY_DIALOG)) |
| #define | ALP_IS_BLUETOOTH_DISCOVERY_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), ALP_TYPE_BLUETOOTH_DISCOVERY_DIALOG)) |
| #define | ALP_TYPE_BLUETOOTH_DISCOVERY_DIALOG (alp_bluetooth_discovery_dialog_get_type ()) |
| | bluetooth discovery widget macros
|
Typedefs |
| typedef _AlpBluetoothDiscoveryDialog | AlpBluetoothDiscoveryDialog |
| | bluetooth discovery widget structure
|
Functions |
| guint | alp_bluetooth_discovery_dialog_get_selection (AlpBluetoothDiscoveryDialog *ioDialogP, gchar ***oDeviceTableP) |
| | Getlist of devices selected by user.
|
| GType | alp_bluetooth_discovery_dialog_get_type (void) G_GNUC_CONST |
| | get_type method for AlpBluetoothDiscoveryDialog.
|
| GtkWidget * | alp_bluetooth_discovery_dialog_new (GtkWindow *iParentP, guint iMaxDeviceSelection) |
| | Create new ALP Bluetooth Discovery dialog.
|
| gint | alp_bluetooth_discovery_dialog_run (AlpBluetoothDiscoveryDialog *ioDialogP) |
| | Run ALP Bluetooth Discovery dialog.
|
| void | alp_bluetooth_discovery_dialog_set_action_button_text (AlpBluetoothDiscoveryDialog *ioDialogP, gchar *iString) |
| | Set 'ok' button text.
|
| void | alp_bluetooth_discovery_dialog_set_cancel_button_text (AlpBluetoothDiscoveryDialog *ioDialogP, gchar *iString) |
| | Set 'cancel' button text.
|
| void | alp_bluetooth_discovery_dialog_set_filter (AlpBluetoothDiscoveryDialog *ioDialogP, AlpBluetoothClassOfDeviceType *iFilterTableP, guint filterTableLen) |
| | Set Class of Device used to filter display.
|
| void | alp_bluetooth_discovery_dialog_set_instruction (AlpBluetoothDiscoveryDialog *ioDialogP, gchar *iString) |
| | Set instruction text displayed in dialog.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.