Creates a new pango.item.Item structure initialized to default values.
Add attributes to a pango.item.Item.
Copy an existing pango.item.Item structure.
Modifies orig to cover only the text after split_index, and returns a new item that covers the text before split_index that used to be in orig.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
The pango.item.Item structure stores information about a segment of text.
You typically obtain PangoItems by itemizing a piece of text with func@itemize.