| Top |
| GStrv | action-filter-keys | Read / Write / Construct Only |
| PhoshNotification * | notification | Read / Write / Construct Only |
| gboolean | show-body | Read / Write / Construct |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkListBoxRow ╰── PhoshNotificationContent
PhoshNotificationContent implements AtkImplementorIface, GtkBuildable and GtkActionable.
GtkWidget * phosh_notification_content_new (PhoshNotification *notification,gboolean show_body,const char * const *action_filters);
PhoshNotification *
phosh_notification_content_get_notification
(PhoshNotificationContent *self);
#define PHOSH_TYPE_NOTIFICATION_CONTENT (phosh_notification_content_get_type ())
“action-filter-keys” property“action-filter-keys” GStrv
Owner: PhoshNotificationContent
Flags: Read / Write / Construct Only
“notification” property“notification” PhoshNotification *
The PhoshNotification shown in self
Owner: PhoshNotificationContent
Flags: Read / Write / Construct Only
“show-body” property“show-body” gboolean
Whether the body of the notification is shown
Owner: PhoshNotificationContent
Flags: Read / Write / Construct
Default value: TRUE