mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-07 18:47:45 +02:00
add example plugin
should be working now add plugins to sidebar add plugin system base Create function signatures for plugins Update crates
This commit is contained in:
parent
59fe7fc454
commit
a9e0758435
27 changed files with 468 additions and 335 deletions
|
@ -10,7 +10,8 @@ use adw::prelude::{ButtonExt, ComboRowExt, PreferencesRowExt, RangeExt};
|
|||
use dbus::blocking::Connection;
|
||||
use dbus::Error;
|
||||
use glib::subclass::types::ObjectSubclassIsExt;
|
||||
use glib::{clone, Cast, Propagation};
|
||||
use glib::{clone, Propagation};
|
||||
use glib::prelude::Cast;
|
||||
use gtk::{gio, StringObject};
|
||||
use re_set_lib::audio::audio_structures::OutputStream;
|
||||
|
||||
|
|
|
@ -4,7 +4,8 @@ use std::{
|
|||
};
|
||||
|
||||
use adw::prelude::{ComboRowExt, PreferencesRowExt};
|
||||
use glib::{subclass::types::ObjectSubclassIsExt, Cast, ControlFlow, Propagation};
|
||||
use glib::{subclass::types::ObjectSubclassIsExt, ControlFlow, Propagation};
|
||||
use glib::prelude::Cast;
|
||||
use gtk::{
|
||||
gio,
|
||||
prelude::{BoxExt, ButtonExt, CheckButtonExt, ListBoxRowExt, RangeExt},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue