![]() |
![]() |
![]() |
DiaCanvas2 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#define DIA_EXPORT_SVG (obj) struct DiaExportSVG; DiaExportSVG * dia_export_svg_new (void
); void dia_export_svg_render (DiaExportSVG *export_svg
,DiaCanvas *canvas
); void dia_export_svg_save (DiaExportSVG *export_svg
,const gchar *filename
,GError **error
); void dia_export_print (GnomePrintJob *gpm
,DiaCanvas *canvas
);
#define DIA_EXPORT_SVG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), DIA_TYPE_EXPORT_SVG, DiaExportSVG))
void dia_export_svg_save (DiaExportSVG *export_svg
,const gchar *filename
,GError **error
);