get_table_headers


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "0.26" ) ]
public string[] get_table_headers ()

Obtains an array with the names of the table column headers.

This is only useful for table header row elements.

The array with the results is allocated by the function. The number of items in the returned array can be obtained with strv_length. The returned value must be freed using strfreev.

Parameters:

this

A StructureElement

Returns:

Zero-terminated array of strings with the table header names, or null if the attribute is not defined.