Function

Pango.Item.new

Declaration [src]

PangoItem*
pango_item_new (
  void
)

Description [src]

Creates a new PangoItem structure initialized to default values.

Return value

Returns: PangoItem

the newly allocated PangoItem, which should be freed with pango_item_free().

Ownership of the data is transferred to the caller