glibrdf

GLib wrapper for the Redland RDF library
git clone https://code.djc.id.au/git/glibrdf/
commit 756e52a83f32c3f1a0b2ed2e58317183ee33887d
parent 37728add7668f57c661c5feb9c984f8d5716c8c5
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sat, 21 Jul 2012 20:56:38 +1000

librdf_node is immutable

Diffstat:
Mglibrdf.vapi | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/glibrdf.vapi b/glibrdf.vapi
@@ -398,7 +398,9 @@ namespace Rdf {
 	}
 
 	[Compact]
+        [Immutable]
 	[CCode (cname = "librdf_node",
+                const_cname = "librdf_node",
 	        copy_function = "librdf_new_node_from_node",
 	        free_function = "librdf_free_node")]
 	public class Node {