Interface Application.OnOpen

Enclosing class:
Application
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Application.OnOpen
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onOpen(Pointer files, int n_files, Str hint)
    The ::open signal is emitted on the primary instance when there are
    files to open.
  • Method Details

    • onOpen

      void onOpen(@Nonnull Pointer files, int n_files, @Nonnull Str hint)
      The ::open signal is emitted on the primary instance when there are
      files to open. See g_application_open() for more information.
      Parameters:
      files - an array of #GFiles
      n_files - the length of @files
      hint - a hint provided by the calling instance