Exporting

Exporting —

Synopsis




#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);

Object Hierarchy


  GObject
   +----DiaExportSVG

Description

Details

DIA_EXPORT_SVG()

#define DIA_EXPORT_SVG(obj)		(G_TYPE_CHECK_INSTANCE_CAST ((obj), DIA_TYPE_EXPORT_SVG, DiaExportSVG))

obj :

struct DiaExportSVG

struct DiaExportSVG;


dia_export_svg_new ()

DiaExportSVG* dia_export_svg_new            (void);

Returns :

dia_export_svg_render ()

void        dia_export_svg_render           (DiaExportSVG *export_svg,
                                             DiaCanvas *canvas);

export_svg :
canvas :

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);

gpm :
canvas :