Method

Pango.TabArray.get_tabs

Declaration [src]

void
pango_tab_array_get_tabs (
  PangoTabArray* tab_array,
  PangoTabAlign** alignments,
  gint** locations
)

Description [src]

If non-NULL, alignments and locations are filled with allocated arrays.

The arrays are of length pango_tab_array_get_size(). You must free the returned array.

Parameters

alignments PangoTabAlign
 

location to store an array of tab stop alignments

 Direction: out
 The called function takes ownership of the data, and is responsible for freeing it
locations An array of gint*
 

location to store an array of tab positions

 Direction: out
 The called function takes ownership of the data, and is responsible for freeing it