Method
PangoScriptIterget_range
since: 1.4
Declaration
void
pango_script_iter_get_range (
PangoScriptIter* iter,
const char** start,
const char** end,
PangoScript* script
)
Parameters
start
-
Type:
const char**
No description available.
The argument will be set by the function. The argument can be NULL
.The caller of the method takes ownership of the data, and is responsible for freeing it. The value is a NUL terminated UTF-8 string. end
-
Type:
const char**
No description available.
The argument will be set by the function. The argument can be NULL
.The caller of the method takes ownership of the data, and is responsible for freeing it. The value is a NUL terminated UTF-8 string. script
-
Type:
PangoScript
No description available.
The argument will be set by the function. The argument can be NULL
.The caller of the method takes ownership of the data, and is responsible for freeing it.