Method

PhoshNotifyManageradd_shell_notification

Declaration [src]

guint
phosh_notify_manager_add_shell_notification (
  PhoshNotifyManager* self,
  const char* summary,
  const char* body,
  const char* icon,
  int expire_timeout
)

Description

No description available.

Parameters

summary const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
body const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
icon const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
expire_timeout int
  No description available.

Return value

Returns: guint
  No description available.