Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / mojo / public / java / system / src / org / chromium / mojo / system / Handle.java
index 291a29d..907e2b9 100644 (file)
@@ -50,4 +50,10 @@ public interface Handle extends Closeable {
      */
     public Handle pass();
 
+    /**
+     * Releases the native handle backed by this {@link Handle}. The caller owns the handle and must
+     * close it.
+     */
+    public int releaseNativeHandle();
+
 }