Constructor
IdeTerminalPagenew_completed
Declaration
IdeTerminalPage*
ide_terminal_page_new_completed (
const char* title,
const char* text,
int columns,
int rows
)
Parameters
title
-
Type:
const char*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. text
-
Type:
const char*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. columns
-
Type:
int
No description available.
rows
-
Type:
int
No description available.
Return value
Type: IdeTerminalPage
No description available.
The data is owned by the called function. |