~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/extension/internal/win32.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:
60
60
        static void init (void);
61
61
 
62
62
        /* Platform detection */
63
 
        static bool is_os_wide();
 
63
        static gboolean is_os_wide();
64
64
 
65
65
        /* Print functions */
66
66
        virtual unsigned int setup (Inkscape::Extension::Print * module);