Method

PurpleNotificationset_title

since: 3.0

Declaration [src]

void
purple_notification_set_title (
  PurpleNotification* notification,
  const char* title
)

Description [src]

Sets the title of notification to title.

Available since: 3.0

Parameters

title

Type: const char*

The new title.

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