~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/sp-namedview.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:
85
85
 
86
86
    void show(SPDesktop *desktop);
87
87
    void hide(SPDesktop const *desktop);
88
 
    void activateGuides(gpointer desktop, bool active);
 
88
    void activateGuides(gpointer desktop, gboolean active);
89
89
    gchar const *getName() const;
90
90
    guint getViewCount();
91
91
    GSList const *getViewList() const;