Fix build of bindings

This commit is contained in:
pancake 2012-10-11 13:15:50 +02:00
parent 7222f83152
commit e817148a84

View File

@ -1,7 +1,7 @@
/* radare - LGPL - Copyright 2009-2012 pancake<nopcode.org> */
namespace Radare {
[CCode (cheader_filename="r_cons.h", cname="RCons", free_function="", cprefix="r_cons_")]
[CCode (cheader_filename="r_cons.h", cname="RCons", free_function="", unref_function="", cprefix="r_cons_")]
/* XXX: LEAK */
public class RCons {
// public RCons ();