Method

IdeNotificationset_title

Declaration

void
ide_notification_set_title (
  IdeNotification* self,
  const gchar* title
)

Description

Sets the IdeNotification:title property.

Sets propertyIde.Notification:title

Parameters

title

Type: const gchar*

A string containing the title text, or NULL.

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