From 4038ab95a094b363f1748f3dcb51511a1217475d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:40:05 +0200 Subject: Adding upstream version 2.0.16. Signed-off-by: Daniel Baumann --- docs/html/tutorial-parser-destroy.html | 37 ++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/html/tutorial-parser-destroy.html (limited to 'docs/html/tutorial-parser-destroy.html') diff --git a/docs/html/tutorial-parser-destroy.html b/docs/html/tutorial-parser-destroy.html new file mode 100644 index 0000000..ab2ae32 --- /dev/null +++ b/docs/html/tutorial-parser-destroy.html @@ -0,0 +1,37 @@ + + + + +Destroy the parser: Raptor RDF Syntax Library Manual + + + + + + + + + + + + + + + + +
+

+Destroy the parser

+

+To tidy up, delete the parser object as follows: +

+
+  raptor_free_parser(rdf_parser);
+
+

+

+
+ + + \ No newline at end of file -- cgit v1.2.3