Method

IdeNotificationdup_body

Declaration

gchar*
ide_notification_dup_body (
  IdeNotification* self
)

Description

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

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.