summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-03-01 16:23:17 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-03-01 16:23:17 +0000
commite3f31e1fc7e4a0b84a5c6310cc0f5fe32d860583 (patch)
tree978e44ecde5575295a26711e501abd8d675148fb /src
parent(hopefully) fixed build on linux, added missing isnormal.h (diff)
downloadinkscape-e3f31e1fc7e4a0b84a5c6310cc0f5fe32d860583.tar.gz
inkscape-e3f31e1fc7e4a0b84a5c6310cc0f5fe32d860583.zip
add accessor for tip (description)
(bzr r2487)
Diffstat (limited to 'src')
-rw-r--r--src/verbs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verbs.h b/src/verbs.h
index 9fd9689e2..40930f46d 100644
--- a/src/verbs.h
+++ b/src/verbs.h
@@ -319,6 +319,8 @@ public:
/** \brief Accessor to get the internal variable. */
gchar const * get_name (void) { return _name; }
/** \brief Accessor to get the internal variable. */
+ gchar const * get_tip (void) { return _tip; }
+ /** \brief Accessor to get the internal variable. */
gchar const * get_image (void) { return _image; }
/** \brief Set the name after initialization. */