Method

IdeSessionItemset_module_name

Declaration

void
ide_session_item_set_module_name (
  IdeSessionItem* self,
  const char* module_name
)

Description

Sets the module-name for the session item.

This is generally used to help determine which plugin created the item when decoding them at project load time.

Parameters

module_name

Type: const char*

The module name owning the item.

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