refactor and cleanup launcher
This commit is contained in:
parent
701cfe1ef2
commit
f95fa068f3
8 changed files with 45 additions and 287 deletions
3
examples/launcher/utils.rs
Normal file
3
examples/launcher/utils.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#[derive(Clone, Debug, Default, glib::GBoxed)]
|
||||
#[gboxed(type_name = "BoxedSearchResult")]
|
||||
pub struct BoxedSearchResult(pub Option<pop_launcher::SearchResult>);
|
||||
Loading…
Add table
Add a link
Reference in a new issue