Struct dbus-rs::ObjectPath
[-]
[+]
[src]
pub struct ObjectPath<'a> { // some fields omitted }
pub struct ObjectPath<'a> { // some fields omitted }
impl<'a> ObjectPath<'a>
fn new(conn: &'a Connection, path: &str, introspectable: bool) -> ObjectPath<'a>
fn insert_interface<N: ToString>(&mut self, name: N, i: Interface<'a>)
fn is_registered(&self) -> bool
fn set_registered(&mut self, register: bool) -> Result<(), Error>
fn handle_message(&mut self, msg: &mut Message) -> Option<Result<(), ()>>
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).