Constructor
GtkSvgnew_from_bytes
unstable since: 4.22
Declaration [src]
GtkSvg*
gtk_svg_new_from_bytes (
GBytes* bytes
)
Parameters
bytes
-
Type:
GBytes
The data.
The data is owned by the caller of the function.
Return value
Type: GtkSvg
The paintable.
The caller of the function takes ownership of the data, and is responsible for freeing it. |