diff options
Diffstat (limited to 'serd')
-rw-r--r-- | serd/serd.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/serd/serd.h b/serd/serd.h index 1cc68f82..2ca024f3 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -1305,6 +1305,13 @@ const SerdNode* serd_statement_graph(const SerdStatement* statement); /** + Return the source location where `statement` originated, or NULL. +*/ +SERD_API +const SerdCursor* +serd_statement_cursor(const SerdStatement* statement); + +/** @} @name Cursor @{ |