From f4d8b438532b3c090094b4060d6e0a2b2fba9d4d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Mar 2015 01:35:27 +0000 Subject: Improve properties window. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5646 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/RDFS.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/RDFS.hpp') diff --git a/src/gui/RDFS.hpp b/src/gui/RDFS.hpp index 163b0bb7..d9506dbc 100644 --- a/src/gui/RDFS.hpp +++ b/src/gui/RDFS.hpp @@ -45,6 +45,10 @@ typedef std::map Objects; Glib::ustring label(World* world, const LilvNode* node); +/** Return the comment of `node`. */ +Glib::ustring +comment(World* world, const LilvNode* node); + /** Set `types` to its super/sub class closure. * @param super If true, find all superclasses, otherwise all subclasses */ -- cgit v1.2.1