Method

GrlDataget_keys

since: 0.1.4

Declaration [src]

GList*
grl_data_get_keys (
  GrlData* data
)

Description [src]

Returns a list with keys contained in data.

Available since: 0.1.4

Return value

Type: A list of None

An array with the keys. The content of the list should not be modified or freed. Use g_list_free() when done using the list.

The caller of the method takes ownership of the data container, but not the data inside it.