Method

AppStreamComposeCanvassave_png

Declaration [src]

gboolean
asc_canvas_save_png (
  AscCanvas* canvas,
  const gchar* fname,
  GError** error
)

Description [src]

Save canvas to PNG file.

Parameters

fname const gchar*
 

Filename to save to.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
  No description available.