Method

AppStreamComponentget_custom_value

Declaration [src]

const gchar*
as_component_get_custom_value (
  AsComponent* cpt,
  const gchar* key
)

Description [src]

Retrieve value for a custom data entry with the given key.

Available since:0.10.5

Parameters

key const gchar*
 

Field name.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: const gchar*
  No description available.
 The data is owned by the instance.
 The value is a NUL terminated UTF-8 string.