Method

PanelSessionItemget_module_name

Declaration [src]

const char*
panel_session_item_get_module_name (
  PanelSessionItem* self
)

Description [src]

Gets the module-name that created an item.

Return value

Returns: 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.