summaryrefslogtreecommitdiff
path: root/doc/elements-systemui.qdoc
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2017-02-02 14:00:45 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2017-02-02 17:11:30 +0000
commit21e0561b3be82fd6cd5b1a8d114b564ccba06383 (patch)
tree7a31e7c7678e63440368beb05933af8f62cba0f5 /doc/elements-systemui.qdoc
parentab1954376b1669997fdeb01a82be8b3f3eb2947c (diff)
downloadqtapplicationmanager-21e0561b3be82fd6cd5b1a8d114b564ccba06383.tar.gz
Updated the ApplicationIPCInterface documentation
Change-Id: Ic5395991ac57fa6de4740ddf8a50a37b21cdfd14 Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com> Reviewed-by: Bernd Weimer <bernd.weimer@pelagicore.com>
Diffstat (limited to 'doc/elements-systemui.qdoc')
-rw-r--r--doc/elements-systemui.qdoc10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/elements-systemui.qdoc b/doc/elements-systemui.qdoc
index f5e23d51..5b4389d5 100644
--- a/doc/elements-systemui.qdoc
+++ b/doc/elements-systemui.qdoc
@@ -57,13 +57,19 @@ item models.
\section1 Instantiable QML Types
-All these types work the same way within the System-UI, as they would within a single-process
+These types are only available for the System-UI:
+
+\list
+ \li ApplicationIPCInterface - System-UI side definition of interfaces for System-UI-to-app communication.
+\endlist
+
+The following types work the same way within the System-UI, as they would within a single-process
application. Depending on your System-UI design, this can be very helpful at times.
\list
\li ApplicationManagerWindow - The window root item required in a multi-process environment.
\li \l Notification - Abstraction for freedesktop.org Notifications on the client side.
- \li ApplicationInterfaceExtension - Client side access to IPC interface extensions.
+ \li ApplicationInterfaceExtension - Client side access to System-UI-to-app communication interfaces.
\endlist
\section1 Non-Instantiable QML Types