Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / structs / DecodeError.java
index 5a7703fcc97e0f77ab5a346067dab6c1c457edd4..64206c55438800bff30c1338a40e5f64febecda7 100644 (file)
@@ -4,6 +4,7 @@ import org.ldk.impl.bindings;
 import org.ldk.enums.*;
 import org.ldk.util.*;
 import java.util.Arrays;
+import javax.annotation.Nullable;
 
 
 /**
@@ -18,12 +19,18 @@ public class DecodeError extends CommonBase {
                if (ptr != 0) { bindings.DecodeError_free(ptr); }
        }
 
+       long clone_ptr() {
+               long ret = bindings.DecodeError_clone_ptr(this.ptr);
+               return ret;
+       }
+
        /**
         * Creates a copy of the DecodeError
         */
        public DecodeError clone() {
                long ret = bindings.DecodeError_clone(this.ptr);
-               DecodeError ret_hu_conv = new DecodeError(null, ret);
+               if (ret >= 0 && ret <= 4096) { return null; }
+               DecodeError ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new DecodeError(null, ret); }
                ret_hu_conv.ptrs_to.add(this);
                return ret_hu_conv;
        }