Method

Pango.GlyphItemIter.copy

Declaration [src]

PangoGlyphItemIter*
pango_glyph_item_iter_copy (
  PangoGlyphItemIter* orig
)

Description [src]

Make a shallow copy of an existing PangoGlyphItemIter structure.

Available since:1.22

Return value

Returns: PangoGlyphItemIter

the newly allocated PangoGlyphItemIter, which should be freed with pango_glyph_item_iter_free(), or NULL if orig was NULL.

The caller of the function takes ownership of the data, and is responsible for freeing it
Can be NULL