Object Hierarchy
GObject
+----DiaExportSVG
Details
DIA_EXPORT_SVG()
#define DIA_EXPORT_SVG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), DIA_TYPE_EXPORT_SVG, DiaExportSVG))
DiaExportSVG
typedef struct _DiaExportSVG DiaExportSVG;
dia_export_svg_new ()
DiaExportSVG* dia_export_svg_new (void);
dia_export_svg_save ()
void dia_export_svg_save (DiaExportSVG *export_svg,
const gchar *filename,
GError **error);
export_svg : |
|
filename : |
|
error : |
|
dia_export_print ()
void dia_export_print (GnomePrintJob *gpm,
DiaCanvas *canvas);