Method
AppStreamReleaseListload_from_bytes
Declaration [src]
gboolean
as_release_list_load_from_bytes (
AsReleaseList* rels,
AsContext* context,
GBytes* bytes,
GError** error
)
Parameters
context |
AsContext |
The attached |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
bytes |
GBytes |
The release XML data as |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |