From c6c71fea856e20d221556ab8d1424c7d55f645af Mon Sep 17 00:00:00 2001 From: buliabyak Date: Thu, 1 Mar 2007 16:23:17 +0000 Subject: [PATCH] add accessor for tip (description) --- src/verbs.h | 2 ++ 1 file changed, 2 insertions(+) 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. */ -- 2.30.2