构造函数

GioNotificationnew

始于:2.40

声明 [src]

GNotification*
g_notification_new (
  const gchar* title
)

描述 [src]

创建一个新的带有标题《code>title的 GNotification

在向 notification 添加更多详细信息后,可以使用 g_application_send_notification() 将其发送到桌面壳。在这之后调用更改任何属性将不会产生影响,直到重新发送 notification

自:2.40

参数

title

类型: const gchar*

通知的标题。

数据由函数的调用者所有。
该值为以NUL终止的UTF-8字符串。

返回值

类型: GNotification

一个新的 GNotification 实例。

函数的调用者拥有数据,负责释放它。