mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-03 08:47:45 +02:00
feat: Add Wifi Device Changes
This commit is contained in:
parent
5c99e7e59a
commit
75fbb062fc
21 changed files with 21 additions and 2 deletions
|
@ -31,6 +31,7 @@ pub struct BluetoothBox {
|
|||
|
||||
#[glib::object_subclass]
|
||||
impl ObjectSubclass for BluetoothBox {
|
||||
const ABSTRACT: bool = false;
|
||||
const NAME: &'static str = "resetBluetooth";
|
||||
type Type = bluetoothBox::BluetoothBox;
|
||||
type ParentType = gtk::Box;
|
||||
|
|
|
@ -31,6 +31,7 @@ pub struct BluetoothEntry {
|
|||
|
||||
#[glib::object_subclass]
|
||||
impl ObjectSubclass for BluetoothEntry {
|
||||
const ABSTRACT: bool = false;
|
||||
const NAME: &'static str = "resetBluetoothEntry";
|
||||
type Type = bluetoothEntry::BluetoothEntry;
|
||||
type ParentType = gtk::Box;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue