Method

CogShellget_name

Declaration [src]

const char*
cog_shell_get_name (
  CogShell* shell
)

Description [src]

Obtains the name of this shell.

Gets propertyCog.Shell:name

Return value

Returns: const char*
 

Shell name.

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