Method

AppStreamComposeCanvasrender_svg

Declaration [src]

gboolean
asc_canvas_render_svg (
  AscCanvas* canvas,
  GInputStream* stream,
  GError** error
)

Description [src]

Render an SVG graphic from the SVG data provided.

Parameters

stream GInputStream
 

SVG data input stream.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
  No description available.