Function

Bablget_user_data

Declaration [src]

void*
babl_get_user_data (
  const Babl* babl
)

Description [src]

Get data set with babl_set_user_data.

This function is not directly available to language bindings

Parameters

babl Babl
  No description available.
 The data is owned by the caller of the function.

Return value

Returns: void*
  No description available.
 The data is owned by the called function.
 The return value can be NULL.