Class
WebKit2Notification
Description [src]
class WebKit2.Notification : GObject.Object {
parent: GObject
}
Holds information about a notification that should be shown to the user.
Available since: | 2.8 |
Instance methods
webkit_notification_clicked
Tells WebKit the notification has been clicked. This will emit the
WebKitNotification::clicked
signal.
Available since: 2.12
Signals
WebKit2.Notification::clicked
Emitted when a notification has been clicked. See webkit_notification_clicked().
Available since: 2.12
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 WebKit2NotificationClass {
GObjectClass parent_class;
void (* _webkit_reserved0) (
void
);
void (* _webkit_reserved1) (
void
);
void (* _webkit_reserved2) (
void
);
void (* _webkit_reserved3) (
void
);
void (* _webkit_reserved4) (
void
);
void (* _webkit_reserved5) (
void
);
}
No description available.
Class members
parent_class |
|
No description available. | |
_webkit_reserved0 |
|
No description available. | |
_webkit_reserved1 |
|
No description available. | |
_webkit_reserved2 |
|
No description available. | |
_webkit_reserved3 |
|
No description available. | |
_webkit_reserved4 |
|
No description available. | |
_webkit_reserved5 |
|
No description available. |