Function
AppStreamComposeImageSourcenew
since: 1.2.0
Declaration [src]
AscImageSource*
asc_image_source_new (
GBytes* data
)
Parameters
data-
Type:
GBytesThe raw image data to process.
The data is owned by the caller of the function.
Return value
Type: AscImageSource
An AscImageSource.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |