autocommit 2022-03-09 17:51:17 CET
This commit is contained in:
parent
4df6b559b7
commit
0399772467
35 changed files with 429 additions and 423 deletions
|
|
@ -192,7 +192,9 @@ const MSG_ERROR: u8 = 3;
|
|||
const MSG_SIGNAL: u8 = 4;
|
||||
|
||||
const NO_REPLY_EXPECTED: u8 = 0x1;
|
||||
#[allow(dead_code)]
|
||||
const NO_AUTO_START: u8 = 0x2;
|
||||
#[allow(dead_code)]
|
||||
const ALLOW_INTERACTIVE_AUTHORIZATION: u8 = 0x4;
|
||||
|
||||
pub const BUS_DEST: &'static str = "org.freedesktop.DBus";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue