Package ch.bailu.gtk.gio
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.
-
Method Summary
Modifier and TypeMethodDescriptiononLoadFinish
(CallbackHandler __self, LoadableIcon icon, AsyncResult res, Strs type)
-
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.
-