Class OsxAppInfo

All Implemented Interfaces:
AppInfo, Proxy

@Generated("org.javagi.JavaGI") public class OsxAppInfo extends GObject implements AppInfo
  • Constructor Details

    • OsxAppInfo

      public OsxAppInfo(MemorySegment address)
      Create a OsxAppInfo instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
    • OsxAppInfo

      public OsxAppInfo()
      Create a new OsxAppInfo.
  • Method Details

    • getType

      public static @Nullable Type getType()
      Get the GType of the OsxAppInfo class.
      Returns:
      the GType
    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      The memory layout of the native struct.
      Returns:
      the memory layout
    • asParent

      protected OsxAppInfo asParent()
      Return this instance as if it were its parent type. Comparable to the Java super keyword, but ensures the parent typeclass is also used in native code.
      Overrides:
      asParent in class GObject
      Returns:
      the instance as if it were its parent type
    • getAllForScheme

      public static List<MemorySegment> getAllForScheme(String scheme)
    • getFilename

      public String getFilename()
    • builder

      public static OsxAppInfo.Builder<? extends OsxAppInfo.Builder> builder()
      A OsxAppInfo.Builder object constructs a OsxAppInfo with the specified properties. Use the various set...() methods to set properties, and finish construction with OsxAppInfo.Builder.build().
      Returns:
      the builder object