#include <dbusinterfacenotificationsink.h>
List of all members.
Detailed Description
A notification sink that handles communication with external sinks.
Constructor & Destructor Documentation
Creates a notification sink that handles communication with external sinks.
- Parameters:
-
| notificationManager | manager that keeps track of current notificationstatus |
DBusInterfaceNotificationSink::~DBusInterfaceNotificationSink |
( |
|
) |
[virtual] |
Member Function Documentation
void DBusInterfaceNotificationSink::registerSink |
( |
const QString & |
service, |
|
|
const QString & |
path | |
|
) |
| | |
Registers an external sink at the given path.
- Parameters:
-
| service | D-Bus service name for the sink |
| path | D-Bus path name for the sink |
void DBusInterfaceNotificationSink::unregisterSink |
( |
const QString & |
service, |
|
|
const QString & |
path | |
|
) |
| | |
Unregisters an external sink at the given path.
- Parameters:
-
| service | D-Bus service name for the sink |
| path | D-Bus path name for the sink |
The documentation for this class was generated from the following files: