feat: Add Wifi Device Changes

This commit is contained in:
Fabio Lenherr / DashieTM 2023-11-25 16:26:48 +01:00
parent 5c99e7e59a
commit 75fbb062fc
21 changed files with 21 additions and 2 deletions

View file

@ -31,6 +31,7 @@ pub struct InputStreamEntry {
#[glib::object_subclass]
impl ObjectSubclass for InputStreamEntry {
const ABSTRACT: bool = false;
const NAME: &'static str = "resetInputStreamEntry";
type Type = inputStreamEntry::InputStreamEntry;
type ParentType = gtk::Box;

View file

@ -59,6 +59,7 @@ pub struct SinkBox {
#[glib::object_subclass]
impl ObjectSubclass for SinkBox {
const ABSTRACT: bool = false;
const NAME: &'static str = "resetAudioOutput";
type Type = sinkBox::SinkBox;
type ParentType = gtk::Box;

View file

@ -29,6 +29,7 @@ pub struct SinkEntry {
#[glib::object_subclass]
impl ObjectSubclass for SinkEntry {
const ABSTRACT: bool = false;
const NAME: &'static str = "resetSinkEntry";
type Type = sinkEntry::SinkEntry;
type ParentType = gtk::Box;