Method
AppStreamComposeResultupdate_component_gcid_with_string
Declaration [src]
gboolean
asc_result_update_component_gcid_with_string (
AscResult* result,
AsComponent* cpt,
const gchar* data
)
Description [src]
Update the global component ID for the given component. This is a convenience method for %asc_result_update_component_gcid.
Parameters
cpt |
AsComponent |
The |
|
The data is owned by the caller of the function. | |
data |
const gchar* |
The data as string to include in the global component ID, or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |