Method

IdeNotificationdup_title

since: 3.32

Declaration

gchar*
ide_notification_dup_title (
  IdeNotification* self
)

Description

Copies the current title and returns it to the caller after locking the object. A copy is used to avoid thread-races.

Available since: 3.32

Return value

Type: gchar*

No description available.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.