Class

WebKit2Notification

since: 2.8

[]

Description [src]

class WebKit2.Notification : GObject.Object
{
  priv: WebKitNotificationPrivate*
}

Holds information about a notification that should be shown to the user.

Available since: 2.8

[]

Hierarchy

hierarchy this WebKitNotification ancestor_0 GObject ancestor_0--this
[]

Ancestors

[]

Instance methods

webkit_notification_clicked

Tells WebKit the notification has been clicked.

since: 2.12

webkit_notification_close

Closes the notification.

since: 2.8

webkit_notification_get_body

Obtains the body for the notification.

since: 2.8

webkit_notification_get_id

Obtains the unique id for the notification.

since: 2.8

webkit_notification_get_tag

Obtains the tag identifier for the notification.

since: 2.16

webkit_notification_get_title

Obtains the title for the notification.

since: 2.8

Methods inherited from GObject (43)
[]

Properties

WebKit2.Notification:body

The body for the notification.

since: 2.8

WebKit2.Notification:id

The unique id for the notification.

since: 2.8

WebKit2.Notification:tag

The tag identifier for the notification.

since: 2.16

WebKit2.Notification:title

The title for the notification.

since: 2.8

[]

Signals

WebKit2.Notification::clicked

Emitted when a notification has been clicked. See webkit_notification_clicked().

since: 2.12

WebKit2.Notification::closed

Emitted when a notification has been withdrawn.

since: 2.8

Signals inherited from GObject (1)

Class structure