From: buliabyak Date: Thu, 1 Mar 2007 16:23:17 +0000 (+0000) Subject: add accessor for tip (description) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c6c71fea856e20d221556ab8d1424c7d55f645af;p=inkscape.git add accessor for tip (description) --- 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. */