Function

Bablicc_get_key

Declaration [src]

char*
babl_icc_get_key (
  const char* icc_data,
  int icc_length,
  const char* key,
  const char* language,
  const char* country
)

Description

No description available.

Parameters

icc_data const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
icc_length int
  No description available.
key const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
language const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
country const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: char*
  No description available.
 The caller of the function takes ownership of the data, and is responsible for freeing it.
 The value is a NUL terminated UTF-8 string.