Find
C
ase-sensitive
R
egexp search
Path
Showing
3c6e9f07
from
2026-09-03
:
Revert "Bug
2068035
- Update mochitests to use the correct headers and WPT expectations for Permissions-Policy. r=simonf" for causing wpt failures at MediaDevices
firefox-main
/
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.
25366
-
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
10687
-