Find
C
ase-sensitive
R
egexp search
Path
Showing
18e626b1
from
2026-04-22
:
Backed out changeset 79cfa268c280 (Bug
2004961
) for potential test fails. r=me
comm-central
/
third_party
/
rust
/
dbus
/
src
/
ffidisp
Navigation
Enable keyboard shortcuts
Name
Description
Size
Coverage
connection.rs
Contains structs and traits relevant to the connection itself, and dispatching incoming messages.
25296
-
stdintf.rs
This module contains some standard interfaces and an easy way to call them. See the [D-Bus specification](https://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces) for more information about these standard interfaces. The code here was originally created by dbus-codegen. # Example ``` use dbus::ffidisp::{Connection, BusType}; use dbus::ffidisp::stdintf::org_freedesktop_dbus::Introspectable; let c = Connection::get_private(BusType::Session).unwrap(); let p = c.with_path("org.freedesktop.DBus", "/", 10000); println!("Introspection XML: {}", p.introspect().unwrap()); ```
9486
-
watch.rs
10702
-