#include <stdint.h>
#include <dbus-cxx/signal.h>
#include <dbus-cxx/signalproxy.h>
#include <dbus-cxx/threaddispatcher.h>
#include <dbus-cxx/errormessage.h>
#include <dbus-cxx/dbus-cxx-config.h>
#include <deque>
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "enums.h"
#include <sigc++/sigc++.h>
#include <future>
#include <queue>
Go to the source code of this file.
|
| DBus |
| Global DBus namespace, where everything happens.
|
|
| DBus::priv |
| Private namespace for internal dbux-cxx implementation.
|
|
◆ DBUSCXX_INTERFACE_INTROSPECTABLE
#define DBUSCXX_INTERFACE_INTROSPECTABLE "org.freedesktop.DBus.Introspectable" |
◆ DBUSCXX_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE
#define DBUSCXX_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE |
Value: "<!DOCTYPE node PUBLIC \""\
#define DBUSCXX_INTROSPECT_1_0_XML_SYSTEM_IDENTIFIER
XML system identifier of the introspection format version 1.0.
Definition: connection.h:42
XML document type declaration of the introspection format version 1.0.
◆ DBUSCXX_INTROSPECT_1_0_XML_NAMESPACE
#define DBUSCXX_INTROSPECT_1_0_XML_NAMESPACE "http://www.freedesktop.org/standards/dbus" |
XML namespace of the introspection format version 1.0.
◆ DBUSCXX_INTROSPECT_1_0_XML_PUBLIC_IDENTIFIER
#define DBUSCXX_INTROSPECT_1_0_XML_PUBLIC_IDENTIFIER "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" |
XML public identifier of the introspection format version 1.0.
◆ DBUSCXX_INTROSPECT_1_0_XML_SYSTEM_IDENTIFIER
#define DBUSCXX_INTROSPECT_1_0_XML_SYSTEM_IDENTIFIER "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd" |
XML system identifier of the introspection format version 1.0.
◆ DBUSCXX_NAME_FLAG_ALLOW_REPLACEMENT
#define DBUSCXX_NAME_FLAG_ALLOW_REPLACEMENT 0x01 |
Same as DBUS_NAME_FLAG_ALLOW_REPLACEMENT.
See request_name().
◆ DBUSCXX_NAME_FLAG_DO_NOT_QUEUE
#define DBUSCXX_NAME_FLAG_DO_NOT_QUEUE 0x04 |
Same as DBUS_NAME_FLAG_DO_NOT_QUEUE.
See request_name().
◆ DBUSCXX_NAME_FLAG_REPLACE_EXISTING
#define DBUSCXX_NAME_FLAG_REPLACE_EXISTING 0x02 |
Same as DBUS_NAME_FLAG_REPLACE_EXISTING.
See request_name().