summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2007-03-01 07:13:43 +0000
committergouldtj <gouldtj@users.sourceforge.net>2007-03-01 07:13:43 +0000
commit66babe9f6e5a1012103063d3f94338b03819ed33 (patch)
treefe7892d5e2d90c5db7b18448d58717e6208d2598 /src/verbs.cpp
parentAPI change: render methods now take a cairo_t (not yet used) (diff)
downloadinkscape-66babe9f6e5a1012103063d3f94338b03819ed33.tar.gz
inkscape-66babe9f6e5a1012103063d3f94338b03819ed33.zip
r14576@tres: ted | 2007-02-26 23:29:13 -0800
Basic construction in place to --verb-list (bzr r2473)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 401390fba..36884f37b 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2404,6 +2404,12 @@ Verb *Verb::_base_verbs[] = {
};
+void
+Verb::list (void) {
+ printf("Listing Verbs\n");
+
+};
+
} /* namespace Inkscape */
/*