summaryrefslogtreecommitdiffstats
path: root/ganv/Canvas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/Canvas.hpp')
-rw-r--r--ganv/Canvas.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ganv/Canvas.hpp b/ganv/Canvas.hpp
index 7e3c031..0b5a95c 100644
--- a/ganv/Canvas.hpp
+++ b/ganv/Canvas.hpp
@@ -39,7 +39,7 @@ class Port;
/** @defgroup Ganv Ganv
*
- * A generic dataflow widget using libgnomecanvas.
+ * A canvas widget for graph-like UIs.
*/
/** The 'master' canvas widget which contains all other objects.
@@ -135,7 +135,7 @@ public:
GQuark wrapper_key();
- GnomeCanvasGroup* root();
+ GanvGroup* root();
GdkCursor* move_cursor();