Home | History | Annotate | Download | only in dbus

Lines Matching defs:dbus

10 #include <dbus/dbus.h>
14 #include "dbus/dbus_export.h"
15 #include "dbus/file_descriptor.h"
16 #include "dbus/object_path.h"
27 namespace dbus {
46 // as the class is inside 'dbus' namespace. We chose to name this way, as
47 // libdbus defines lots of types starting with DBus, such as
148 // interface ("org.freedesktop.DBus.Introspectable"), create a method
178 // ("org.freedesktop.DBus.Introspectable"), create a signal like this:
234 // "org.freedesktop.DBus.Error.Failed". Used for returning an error to a
295 // http://dbus.freedesktop.org/doc/dbus-specification.html
325 // a native dbus type. On the receiving size the array of bytes needs to be
334 // "org.freedesktop.DBus.Properties.Set" is a variant.
445 // "org.freedesktop.DBus.Properties.Get" is a variant.
483 } // namespace dbus