Package ch.bailu.gtk.gio
Schnittstelle LoadableIconIface.OnLoadFinish
- Umschließende Klasse:
LoadableIconIface
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungonLoadFinish
(CallbackHandler __self, LoadableIcon icon, AsyncResult res, Strs type)
-
Methodendetails
-
onLoadFinish
InputStream onLoadFinish(CallbackHandler __self, @Nonnull LoadableIcon icon, @Nonnull AsyncResult res, @Nullable Strs type) - Parameter:
icon
- a #GLoadableIcon.res
- a #GAsyncResult.type
- a location to store the type of the loaded icon, %NULL to ignore.- Gibt zurück:
- a #GInputStream to read the icon from.
-