Method

IdeNotificationset_id

Declaration

void
ide_notification_set_id (
  IdeNotification* self,
  const gchar* id
)

Description

Sets the IdeNotification:id property.

Sets propertyIde.Notification:id

Parameters

id

Type: const gchar*

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