Method

IdeTaskget_name

Declaration

const gchar*
ide_task_get_name (
  IdeTask* self
)

Description

Gets the name assigned for the task.

Return value

Type: const gchar*

A string or NULL.

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