]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
tokyocabinet: Fix delegate target cname for Tree.cmp
authorEvan Nemerson <evan@coeus-group.com>
Wed, 19 Jan 2011 23:22:56 +0000 (15:22 -0800)
committerEvan Nemerson <evan@coeus-group.com>
Wed, 19 Jan 2011 23:22:56 +0000 (15:22 -0800)
vapi/tokyocabinet.vapi

index 659de8b16e21175c56e523b844b7a612dc4cd522..53cb3aba4b80f2b0d197cc7f84573a1741beca90 100644 (file)
@@ -354,7 +354,7 @@ namespace TokyoCabinet {
                public TokyoCabinet.Tree.Record cur;
                public uint64 rnum;
                public uint64 msiz;
-               [CCode (deletage_target_cname = "cmpop")]
+               [CCode (delegate_target = "cmpop")]
                public TokyoCabinet.Tree.Compare cmp;
        }