Function
Pangofind_paragraph_boundary
since: 1.0
Declaration
void
pango_find_paragraph_boundary (
const char* text,
int length,
int* paragraph_delimiter_index,
int* next_paragraph_start
)
Parameters
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. length
-
Type:
int
No description available.
paragraph_delimiter_index
-
Type:
int*
No description available.
The argument will be set by the function. next_paragraph_start
-
Type:
int*
No description available.
The argument will be set by the function.