Update auto-updated Java files
[ldk-java] / src / main / java / org / ldk / structs / DecodeError.java
index 5f7d8809b8b3b98763ef0c3614ea6b262d94d2c4..a6f4c4798156de2aee29d37a1973a68f8ff50cfd 100644 (file)
@@ -4,6 +4,7 @@ import org.ldk.impl.bindings;
 import org.ldk.enums.*;
 import org.ldk.util.*;
 import java.util.Arrays;
+import java.lang.ref.Reference;
 import javax.annotation.Nullable;
 
 
@@ -19,11 +20,18 @@ public class DecodeError extends CommonBase {
                if (ptr != 0) { bindings.DecodeError_free(ptr); }
        }
 
+       long clone_ptr() {
+               long ret = bindings.DecodeError_clone_ptr(this.ptr);
+               Reference.reachabilityFence(this);
+               return ret;
+       }
+
        /**
         * Creates a copy of the DecodeError
         */
        public DecodeError clone() {
                long ret = bindings.DecodeError_clone(this.ptr);
+               Reference.reachabilityFence(this);
                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);