8 #ifndef DBUSCXX_INTROPSECTION_INTERFACE_PROXY_H
9 #define DBUSCXX_INTROPSECTION_INTERFACE_PROXY_H
11 #include "../interfaceproxy.h"
22 static std::shared_ptr<IntrospectableInterfaceProxy>
create();
An InterfaceProxy represents a remote Interface in another application on the DBus.
Definition: interfaceproxy.h:43
Definition: introspectableinterfaceproxy.h:17
std::shared_ptr< MethodProxy< std::string()> > m_introspect_method
Definition: introspectableinterfaceproxy.h:27
std::string Introspect()
Definition: introspectableinterfaceproxy.cpp:17
static std::shared_ptr< IntrospectableInterfaceProxy > create()
Definition: introspectableinterfaceproxy.cpp:21
IntrospectableInterfaceProxy()
Definition: introspectableinterfaceproxy.cpp:12
Definition: interfaceproxy.h:30
Global DBus namespace, where everything happens.
Definition: callmessage.cpp:18