Method

IdeNotificationset_body

Declaration

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

Description

Sets the IdeNotification:body property.

Available since:3.32
Sets propertyIde.Notification:body

Parameters

body const gchar*
 

A string containing the body text, or NULL.

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