X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Finkscape.h;h=12f101901873a7629d4303020f54a9e861e802ff;hb=5d67bd380afd0885c8b4656cb3383aea24aedfcb;hp=79e2b02340bf5942eadbe5016d97689d1cb0d812;hpb=c87d0307348fcfdc65b6b4ab6999a3cb0de2431f;p=inkscape.git diff --git a/src/inkscape.h b/src/inkscape.h index 79e2b0234..12f101901 100644 --- a/src/inkscape.h +++ b/src/inkscape.h @@ -29,7 +29,7 @@ namespace Inkscape { #define INKSCAPE inkscape_get_instance() -void inkscape_application_init (const gchar *argv0, bool use_gui); +void inkscape_application_init (const gchar *argv0, gboolean use_gui); bool inkscape_load_config (const gchar *filename, Inkscape::XML::Document *config, const gchar *skeleton, unsigned int skel_size, const gchar *e_notreg, const gchar *e_notxml, const gchar *e_notsp, const gchar *warn); Inkscape::XML::Node *inkscape_get_repr (Inkscape::Application *inkscape, const gchar *key);