~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/inkscape.h

  • Committer: kidproto
  • Date: 2006-08-25 07:03:19 UTC
  • Revision ID: kidproto@users.sourceforge.net-20060825070319-49nso3fdlwuveifv
peeled back the gboolean code as it hit on some complexity theory principles...
need to rethink and incrementally change gbooleans to bools

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#define INKSCAPE inkscape_get_instance()
31
31
 
32
 
void inkscape_application_init (const gchar *argv0, bool use_gui);
 
32
void inkscape_application_init (const gchar *argv0, gboolean use_gui);
33
33
 
34
34
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);
35
35
Inkscape::XML::Node *inkscape_get_repr (Inkscape::Application *inkscape, const gchar *key);