summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: aee3212)
raw | patch | inline | side by side (parent: aee3212)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 1 Mar 2007 16:23:17 +0000 (16:23 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 1 Mar 2007 16:23:17 +0000 (16:23 +0000) |
src/verbs.h | patch | blob | history |
diff --git a/src/verbs.h b/src/verbs.h
index 9fd9689e26e86a92f22c424a702d957a21bc4a71..40930f46da9b3e6c7a2a4840dc1e4c496f300e27 100644 (file)
--- a/src/verbs.h
+++ b/src/verbs.h
/** \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. */