Function
Pangoitemize
since: 1.0
Declaration
GList*
pango_itemize (
PangoContext* context,
const char* text,
int start_index,
int length,
PangoAttrList* attrs,
PangoAttrIterator* cached_iter
)
Parameters
context
-
Type:
PangoContext
No description available.
The data is owned by the caller of the function. 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. start_index
-
Type:
int
No description available.
length
-
Type:
int
No description available.
attrs
-
Type:
PangoAttrList
No description available.
The data is owned by the caller of the function. cached_iter
-
Type:
PangoAttrIterator
No description available.
The argument can be NULL
.The data is owned by the caller of the function.