Doc: Add \inmodule QtDBus to all QtDBus class doc bodies
Change-Id: I0aa273c355314effd563cfeda74ce7bacbef3db8 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
This commit is contained in:
parent
94b7832e31
commit
acc4c28ef7
@ -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
|
||||
|
@ -159,6 +159,7 @@ Q_GLOBAL_STATIC(QReadWriteLock, customTypesLock)
|
||||
|
||||
/*!
|
||||
\class QDBusMetaType
|
||||
\inmodule QtDBus
|
||||
\brief Meta-type registration system for the QtDBus module.
|
||||
\internal
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user