Public Attributes | |
| GtkWidget * | button |
| GtkWidget * | image |
| give_drag_and_drop * | dnd |
| GConfClient * | gc_client |
| guint | notify_uid |
| guint | state |
| gint | pand_pid |
Definition at line 56 of file give_statusbar_plugin.c.
| GtkWidget* _GiveStatusbarPluginPrivate::button |
Button in the statusbar area. Clicking on it invokes the Give menu.
Definition at line 59 of file give_statusbar_plugin.c.
Referenced by give_statusbar_plugin_init().
| GtkWidget* _GiveStatusbarPluginPrivate::image |
The icon of the plugin in _GiveStatusbarPluginPrivate::button. It is set to a be a d&d destination.
Definition at line 62 of file give_statusbar_plugin.c.
Referenced by give_statusbar_plugin_init(), and give_statusbar_plugin_update_status().
Encapsulated give_drag_and_drop object.
Definition at line 65 of file give_statusbar_plugin.c.
Referenced by give_statusbar_plugin_finalize(), give_statusbar_plugin_init(), give_statusbar_plugin_pand_dialog(), and give_statusbar_plugin_update_status().
| GConfClient* _GiveStatusbarPluginPrivate::gc_client |
GConf connection to monitor the state of the Bluetooth adapter
Definition at line 67 of file give_statusbar_plugin.c.
Referenced by give_statusbar_plugin_finalize(), and give_statusbar_plugin_init().
ID of the handler listening of the change of gconf key BT_KEY.
Definition at line 69 of file give_statusbar_plugin.c.
Referenced by give_statusbar_plugin_finalize(), and give_statusbar_plugin_init().
The of the Bluetooth defined in bt_state.
Definition at line 71 of file give_statusbar_plugin.c.
Referenced by give_statusbar_plugin_bt_changed(), give_statusbar_plugin_clicked(), give_statusbar_plugin_init(), give_statusbar_plugin_pand_dialog(), give_statusbar_plugin_start_pand(), give_statusbar_plugin_stop_pand(), and give_statusbar_plugin_update_status().
The Process ID of pand.
Definition at line 73 of file give_statusbar_plugin.c.
Referenced by give_statusbar_plugin_bt_changed(), give_statusbar_plugin_init(), give_statusbar_plugin_start_pand(), and give_statusbar_plugin_stop_pand().
1.5.3