Method

GioNotificationset_title

since: 2.40

Declaration [src]

void
g_notification_set_title (
  GNotification* notification,
  const gchar* title
)

Description [src]

Sets the title of notification to title.

Available since: 2.40

Parameters

title

Type: const gchar*

The new title for notification.

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