Interface AppInfoIface.OnLaunch

Enclosing class:
AppInfoIface
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 AppInfoIface.OnLaunch
  • Method Details

    • onLaunch

      boolean onLaunch(CallbackHandler __self, @Nonnull AppInfo appinfo, @Nullable List files, @Nullable AppLaunchContext context)
      Parameters:
      appinfo - a #GAppInfo
      files - a #GList of #GFile objects
      context - a #GAppLaunchContext or %NULL
      Returns:
      %TRUE on successful launch, %FALSE otherwise.