reach out directly to pop shell gbus for window list
This commit is contained in:
parent
6be5b84b24
commit
c2dd25a09d
6 changed files with 58 additions and 34 deletions
|
|
@ -1,3 +1,5 @@
|
|||
use crate::Item;
|
||||
|
||||
#[derive(Clone, Debug, Default, glib::GBoxed)]
|
||||
#[gboxed(type_name = "BoxedLauncherActive")]
|
||||
pub struct BoxedSearchResults(pub Vec<pop_launcher::SearchResult>);
|
||||
#[gboxed(type_name = "BoxedWindowList")]
|
||||
pub struct BoxedWindowList(pub Vec<Item>);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue