Class DatagramBasedInterface

All Implemented Interfaces:
PointerInterface

public class DatagramBasedInterface extends Record
Provides an interface for socket-like objects which have datagram semantics,
following the Berkeley sockets API. The interface methods are thin wrappers
around the corresponding virtual methods, and no pre-processing of inputs is
implemented — so implementations of this API must handle all functionality
documented in the interface methods.

https://docs.gtk.org/gio/struct.DatagramBasedInterface.html

  • Field Details

  • Constructor Details

    • DatagramBasedInterface

      public DatagramBasedInterface(PointerContainer pointer)
  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • getTypeSize

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()