Klasse UnixPipe

Alle implementierten Schnittstellen:
PointerInterface

public class UnixPipe extends Record
A Unix pipe. The advantage of this type over `int[2]` is that it can
be closed automatically when it goes out of scope, using `g_auto(GUnixPipe)`,
on compilers that support that feature.

https://docs.gtk.org/glib/struct.UnixPipe.html

  • Konstruktordetails

  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()