CutieNotifications provides an interface to interact with a freedesktop.org compliant notification server.

Inherits: QObject

Methods

  • uint notify(string appName, uint replacesId, string appIcon, string summary, string body, list actions, object hints, int expireTimeout)

Detailed Description

CutieNotifications can be used to easily send notifications using the standard D-Bus interface defined by freedesktop.org.

Method Documentation

uint notify(string appName, uint replacesId, string appIcon, string summary, string body, list actions, object hints, int expireTimeout)

Sends a notification with appName, appIcon, summary, and body specified. For more information about the parameters, read the specification.

Returns the notification ID returned by the server.