Interface LoadableIconIface.OnLoadFinish

Enclosing class:
LoadableIconIface
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 LoadableIconIface.OnLoadFinish
  • Method Details

    • onLoadFinish

      InputStream onLoadFinish(CallbackHandler __self, @Nonnull LoadableIcon icon, @Nonnull AsyncResult res, @Nullable Strs type)
      Parameters:
      icon - a #GLoadableIcon.
      res - a #GAsyncResult.
      type - a location to store the type of the loaded icon, %NULL to ignore.
      Returns:
      a #GInputStream to read the icon from.