Method

FoundryAcpTerminaldup_argv

unstable since: 1.2

Declaration [src]

char**
foundry_acp_terminal_dup_argv (
  FoundryAcpTerminal* self
)

Description

No description available.

Available since: 1.2

Return value

Type: An array of utf8

The argument vector used to create the terminal.

The array is NULL-terminated.
The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
Each element is a NUL terminated UTF-8 string.