Constructor
FoundryTextEditnew
Declaration [src]
FoundryTextEdit*
foundry_text_edit_new (
GFile* file,
guint begin_line,
int begin_line_offset,
guint end_line,
int end_line_offset,
const char* replacement
)
Parameters
file-
Type:
GFileNo description available.
The data is owned by the caller of the function. begin_line-
Type:
guintNo description available.
begin_line_offset-
Type:
intNo description available.
end_line-
Type:
guintNo description available.
end_line_offset-
Type:
intNo description available.
replacement-
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.
Return value
Type: FoundryTextEdit
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |