mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-01 15:57:46 +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
|
@ -30,6 +30,7 @@ pub struct OutputStreamEntry {
|
|||
|
||||
#[glib::object_subclass]
|
||||
impl ObjectSubclass for OutputStreamEntry {
|
||||
const ABSTRACT: bool = false;
|
||||
const NAME: &'static str = "resetOutputStreamEntry";
|
||||
type Type = outputStreamEntry::OutputStreamEntry;
|
||||
type ParentType = gtk::Box;
|
||||
|
|
|
@ -56,6 +56,7 @@ pub struct SourceBox {
|
|||
|
||||
#[glib::object_subclass]
|
||||
impl ObjectSubclass for SourceBox {
|
||||
const ABSTRACT: bool = false;
|
||||
const NAME: &'static str = "resetAudioInput";
|
||||
type Type = sourceBox::SourceBox;
|
||||
type ParentType = gtk::Box;
|
||||
|
|
|
@ -30,6 +30,7 @@ pub struct SourceEntry {
|
|||
|
||||
#[glib::object_subclass]
|
||||
impl ObjectSubclass for SourceEntry {
|
||||
const ABSTRACT: bool = false;
|
||||
const NAME: &'static str = "resetSourceEntry";
|
||||
type Type = sourceEntry::SourceEntry;
|
||||
type ParentType = gtk::Box;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue