Method

GrlDatahas_key

since: 0.1.4

Declaration [src]

gboolean
grl_data_has_key (
  GrlData* data,
  GrlKeyID key
)

Description [src]

Checks if key is in data.

Available since: 0.1.4

Parameters

key

Type: GrlKeyID

Key to search.

Return value

Type: gboolean

TRUE if key is in data, FALSE in other case.