Private
Public Access
1
0
Files
Kordophone/kordophoned/src/dbus/mod.rs

7 lines
166 B
Rust
Raw Normal View History

2025-02-11 23:15:24 -08:00
pub mod endpoint;
pub mod interface {
pub static NAME: &str = "net.buzzert.kordophonecd";
pub static OBJECT_PATH: &str = "/net/buzzert/kordophone/Server";
}