Method

IdeNotificationset_body

Declaration

void
ide_notification_set_body (
  IdeNotification* self,
  const gchar* body
)

Description

Sets the IdeNotification:body property.

Sets propertyIde.Notification:body

Parameters

body

Type: const gchar*

A string containing the body 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.