Method

IdeSessionItemget_module_name

Declaration

const char*
ide_session_item_get_module_name (
  IdeSessionItem* self
)

Description

Gets the module-name that created an item.

Return value

Type: const char*

A module-name or NULL.

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