Method

PhoshNotificationset_category

Declaration [src]

void
phosh_notification_set_category (
  PhoshNotification* self,
  const char* category
)

Description [src]

Set the type of notification, such as “email.arrived”

Parameters

category const char*
 

The new category.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.