summaryrefslogtreecommitdiff
path: root/lib/bluetooth-settings-widget.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: Add settings widget helper to enable Bluetooth adapterBastien Nocera2022-01-181-0/+2
| | | | | This will be used when enabling Bluetooth (eg. disabling the Bluetooth rfkill).
* lib: Make settings widget a final typeBastien Nocera2021-11-181-6/+1
|
* settings: Use G_DECLARE_DERIVABLE_TYPEGeorges Basile Stavracas Neto2021-10-281-27/+4
| | | | Cleanup the header a bit.
* lib: Simplify single-includeBastien Nocera2021-02-171-8/+1
|
* settings: Export the state of the Bluetooth adapterBastien Nocera2016-01-101-0/+2
| | | | | | | So that we can avoid showing filler text when the Bluetooth adapter is powered off/rfkilled but the overall Bluetooth rfkill is off. See https://bugzilla.gnome.org/show_bug.cgi?id=760168
* lib: Add Settings widgetBastien Nocera2013-12-061-0/+63
Rather than implementing the majority of the settings widget inside the control-center, implement it within gnome-bluetooth so we can cut down on the necessary amount of exported symbols and functions. And remove the stand-alone wizard as it duplicated functionality. https://bugzilla.gnome.org/show_bug.cgi?id=719564