summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/manager-lib/notificationmanager.cpp8
-rw-r--r--src/notification-lib/notification.cpp8
2 files changed, 6 insertions, 10 deletions
diff --git a/src/manager-lib/notificationmanager.cpp b/src/manager-lib/notificationmanager.cpp
index 0efbba39..6e3b41e2 100644
--- a/src/manager-lib/notificationmanager.cpp
+++ b/src/manager-lib/notificationmanager.cpp
@@ -18,10 +18,6 @@
#include "package.h"
/*!
- \externalpage https://developer.gnome.org/notification-spec/
- \title freedesktop.org specification
-*/
-/*!
\qmltype NotificationManager
\inqmlmodule QtApplicationManager.SystemUI
\ingroup system-ui-singletons
@@ -37,8 +33,8 @@
\target NotificationManager Roles
The following roles are available in this model - also take a look at the
- \l {freedesktop.org specification} for an in-depth explanation of these fields
- and how clients should populate them:
+ \l {org.freedesktop.Notifications} {freedesktop.org specification} for an
+ in-depth explanation of these fields and how clients should populate them:
\table
\header
diff --git a/src/notification-lib/notification.cpp b/src/notification-lib/notification.cpp
index dfc28a0c..f04b623c 100644
--- a/src/notification-lib/notification.cpp
+++ b/src/notification-lib/notification.cpp
@@ -16,12 +16,12 @@
statically or by dynamically calling ApplicationInterface::createNotification. A System UI can
also create Notification instances.
For all other applications and services, the notification service of the application manager
- is available via a freedesktop.org compliant \l{https://developer.gnome.org/notification-spec/}
- {org.freedesktop.Notifications} D-Bus interface.
+ is available via a freedesktop.org compliant \l {org.freedesktop.Notifications} D-Bus
+ interface.
\note Most of the property documentation text is copied straight from the
- \l{https://developer.gnome.org/notification-spec/} {org.freedesktop.Notifications specification}
- because it is not possible to directly link to the documentation of a specific property.
+ \l {org.freedesktop.Notifications} specification because it is not possible to directly
+ link to the documentation of a specific property.
The server/System UI side of the notification infrastructure is implemented by NotificationManager.
*/