diff options
author | David Robillard <d@drobilla.net> | 2015-03-28 01:35:27 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-03-28 01:35:27 +0000 |
commit | f4d8b438532b3c090094b4060d6e0a2b2fba9d4d (patch) | |
tree | 40339fff10921ad264fff3ace8a04c4b52d7c505 /src/gui/RDFS.hpp | |
parent | ac60550c32598ad91f941722913f1629d5c9a35f (diff) | |
download | ingen-f4d8b438532b3c090094b4060d6e0a2b2fba9d4d.tar.gz ingen-f4d8b438532b3c090094b4060d6e0a2b2fba9d4d.tar.bz2 ingen-f4d8b438532b3c090094b4060d6e0a2b2fba9d4d.zip |
Improve properties window.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5646 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/RDFS.hpp')
-rw-r--r-- | src/gui/RDFS.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
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<Raul::URI, Glib::ustring> 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 */ |