summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusintrospection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbus/qdbusintrospection.cpp')
-rw-r--r--src/dbus/qdbusintrospection.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dbus/qdbusintrospection.cpp b/src/dbus/qdbusintrospection.cpp
index 88e44a5af3..38f8cb337c 100644
--- a/src/dbus/qdbusintrospection.cpp
+++ b/src/dbus/qdbusintrospection.cpp
@@ -48,6 +48,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDBusIntrospection
+ \inmodule QtDBus
\brief Information about introspected objects and interfaces on D-Bus.
\internal
@@ -60,6 +61,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDBusIntrospection::Argument
+ \inmodule QtDBus
\brief One argument to a D-Bus method or signal.
This struct represents one argument passed to a method or received from a method or signal in
@@ -83,6 +85,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDBusIntrospection::Method
+ \inmodule QtDBus
\brief Information about one method.
This struct represents one method discovered through introspection. A method is composed of
@@ -118,6 +121,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDBusIntrospection::Signal
+ \inmodule QtDBus
\brief Information about one signal.
This struct represents one signal discovered through introspection. A signal is composed of
@@ -147,6 +151,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDBusIntrospection::Property
+ \inmodule QtDBus
\brief Information about one property.
This struct represents one property discovered through introspection. A property is composed of
@@ -189,6 +194,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDBusIntrospection::Interface
+ \inmodule QtDBus
\brief Information about one interface on the bus.
Each interface on D-Bus has an unique \a name, identifying where that interface was defined.
@@ -243,6 +249,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDBusIntrospection::Object
+ \inmodule QtDBus
\brief Information about one object on the bus.
An object on the D-Bus bus is represented by its service and path on the service but, unlike
@@ -289,6 +296,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDBusIntrospection::ObjectTree
+ \inmodule QtDBus
\brief Complete information about one object node and its descendency.
This struct contains the same data as QDBusIntrospection::Object, plus the actual data for the