Class

WPEWebKitNotification

since: 2.8

[]

Description [src]

final class WPEWebKit.Notification : GObject.Object {
  /* No available fields */
}

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

WPEWebKit.Notification:body

The body for the notification.

since: 2.8

WPEWebKit.Notification:id

The unique id for the notification.

since: 2.8

WPEWebKit.Notification:tag

The tag identifier for the notification.

since: 2.16

WPEWebKit.Notification:title

The title for the notification.

since: 2.8

[]

Signals

WPEWebKit.Notification::clicked

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

since: 2.12

WPEWebKit.Notification::closed

Emitted when a notification has been withdrawn.

since: 2.8

Signals inherited from GObject (1)

Class structure