WebKitNotification

WebKitNotification

Functions

Properties

gchar * body Read
guint64 id Read
gchar * tag Read
gchar * title Read

Signals

Types and Values

Object Hierarchy

    GObject
    ╰── WebKitNotification

Description

Functions

webkit_notification_get_id ()

guint64
webkit_notification_get_id (WebKitNotification *notification);

webkit_notification_get_title ()

const gchar *
webkit_notification_get_title (WebKitNotification *notification);

webkit_notification_get_body ()

const gchar *
webkit_notification_get_body (WebKitNotification *notification);

webkit_notification_get_tag ()

const gchar *
webkit_notification_get_tag (WebKitNotification *notification);

webkit_notification_close ()

void
webkit_notification_close (WebKitNotification *notification);

webkit_notification_clicked ()

void
webkit_notification_clicked (WebKitNotification *notification);

Types and Values

struct WebKitNotification

struct WebKitNotification;

Property Details

The “body” property

  “body”                     gchar *

The body for the notification.

Flags: Read

Default value: NULL


The “id” property

  “id”                       guint64

The unique id for the notification.

Flags: Read

Default value: 0


The “tag” property

  “tag”                      gchar *

The tag identifier for the notification.

Flags: Read

Default value: NULL


The “title” property

  “title”                    gchar *

The title for the notification.

Flags: Read

Default value: NULL

Signal Details

The “clicked” signal

void
user_function (WebKitNotification *webkitnotification,
               gpointer            user_data)

Flags: Run Last


The “closed” signal

void
user_function (WebKitNotification *webkitnotification,
               gpointer            user_data)

Flags: Run Last