Constructor
RsvgHandlenew_with_flags
Declaration [src]
RsvgHandle*
rsvg_handle_new_with_flags (
RsvgHandleFlags flags
)
Description [src]
Creates a new RsvgHandle
with flags flags
. After calling this function,
you can feed the resulting handle with SVG data by using
rsvg_handle_read_stream_sync()
.
Available since: | 2.36 |
Parameters
flags |
RsvgHandleFlags |
Flags from |
Return value
Returns: | RsvgHandle |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |