Public Attributes | |
| gboolean | bt_is_on |
| GtkWidget * | destination |
| gulong | handler_id |
| DBusGProxy * | dbus_proxy |
| give_bluetooth * | give_bt_object |
| give_ebook * | give_ebook_object |
Definition at line 53 of file give_drag_and_drop.c.
The Bluetooth adapter is ON or OFF.
Definition at line 56 of file give_drag_and_drop.c.
Referenced by give_drag_and_drop_drag_recieved(), and give_drag_and_drop_have_bt().
| GtkWidget* _give_drag_and_drop_private::destination |
The destination widget for d&d. It's the button of the plugin.
Definition at line 58 of file give_drag_and_drop.c.
Referenced by give_drag_and_drop_finalize(), and give_drag_and_drop_set_dest().
ID of the callback listening to the "drag_data_received" signal.
Definition at line 60 of file give_drag_and_drop.c.
Referenced by give_drag_and_drop_finalize(), and give_drag_and_drop_set_dest().
| DBusGProxy* _give_drag_and_drop_private::dbus_proxy |
Proxy to BLUEZ_DBUS for turning on Bluetooth if necessary.
Definition at line 62 of file give_drag_and_drop.c.
Referenced by give_drag_and_drop_finalize(), give_drag_and_drop_init(), and give_drag_and_drop_turn_bt_on_dialog().
Encapsulated give_bluetooth object, for sending files.
Definition at line 64 of file give_drag_and_drop.c.
Referenced by give_drag_and_drop_finalize(), give_drag_and_drop_init(), and give_drag_and_drop_send().
Encapsulated give_ebook object for contact queries.
Definition at line 66 of file give_drag_and_drop.c.
Referenced by give_drag_and_drop_create_dialog(), give_drag_and_drop_finalize(), give_drag_and_drop_init(), and give_drag_and_drop_run_dialog().
1.5.3