PhoshNotificationContent

PhoshNotificationContent — Content of a notification

Functions

Properties

PhoshNotification * notification Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkListBoxRow
                        ╰── PhoshNotificationContent

Implemented Interfaces

PhoshNotificationContent implements AtkImplementorIface, GtkBuildable and GtkActionable.

Description

Functions

phosh_notification_content_new ()

GtkWidget *
phosh_notification_content_new (PhoshNotification *notification);

phosh_notification_content_get_notification ()

PhoshNotification *
phosh_notification_content_get_notification
                               (PhoshNotificationContent *self);

Types and Values

PHOSH_TYPE_NOTIFICATION_CONTENT

#define PHOSH_TYPE_NOTIFICATION_CONTENT (phosh_notification_content_get_type ())

PhoshNotificationContent

typedef struct _PhoshNotificationContent PhoshNotificationContent;

Property Details

The “notification” property

  “notification”             PhoshNotification *

The PhoshNotification shown in self

Flags: Read / Write / Construct Only