Adds kordophoned, basic dbus interface
This commit is contained in:
6
kordophoned/src/dbus/mod.rs
Normal file
6
kordophoned/src/dbus/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
pub mod endpoint;
|
||||
|
||||
pub mod interface {
|
||||
pub static NAME: &str = "net.buzzert.kordophonecd";
|
||||
pub static OBJECT_PATH: &str = "/net/buzzert/kordophone/Server";
|
||||
}
|
||||
Reference in New Issue
Block a user