Method

GrlRelatedKeysget_keys

since: 0.1.13

Declaration [src]

GList*
grl_related_keys_get_keys (
  GrlRelatedKeys* relkeys
)

Description [src]

Returns a list with keys contained in relkeys.

Available since: 0.1.13

Return value

Type: A list of None

A list 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.