Class

WPEWebKitNotification

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.

Available since: 2.12

webkit_notification_close

Closes the notification.

Available since: 2.8

webkit_notification_get_body

Obtains the body for the notification.

Available since: 2.8

webkit_notification_get_id

Obtains the unique id for the notification.

Available since: 2.8

webkit_notification_get_tag

Obtains the tag identifier for the notification.

Available since: 2.16

webkit_notification_get_title

Obtains the title for the notification.

Available since: 2.8

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

WPEWebKit.Notification:body

The body for the notification.

Available since: 2.8

WPEWebKit.Notification:id

The unique id for the notification.

Available since: 2.8

WPEWebKit.Notification:tag

The tag identifier for the notification.

Available since: 2.16

WPEWebKit.Notification:title

The title for the notification.

Available since: 2.8

Signals

WPEWebKit.Notification::clicked

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

Available since: 2.12

WPEWebKit.Notification::closed

Emitted when a notification has been withdrawn.

Available since: 2.8

Signals inherited from GObject (1)
GObject.Object::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct WPEWebKitNotificationClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.