summaryrefslogtreecommitdiffstats
path: root/src/gui/RDFS.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/RDFS.hpp')
-rw-r--r--src/gui/RDFS.hpp4
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
*/