Method

IdeSessionItemget_id

Declaration

const char*
ide_session_item_get_id (
  IdeSessionItem* self
)

Description

Gets the id for the session item, if any.

Gets propertyIde.SessionItem:id

Return value

Type: const char*

A string containing the id; otherwise NULL.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.