Method

IdeCommandget_title

since: 3.32

Declaration

gchar*
ide_command_get_title (
  IdeCommand* self
)

Description

Gets the title for the command.

Available since: 3.32

Return value

Type: gchar*

A string containing the title.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.