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, or  | |
| Direction: out | |
| Ownership of the data is transferred to the callee | |
| locations | An array of gint* | 
| location to store an array
  of tab positions, or  | |
| Direction: out | |
| Ownership of the data is transferred to the callee |