Package ch.bailu.gtk.gio
Schnittstelle AppInfoIface.OnRemoveSupportsType
- Umschließende Klasse:
AppInfoIface
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
onRemoveSupportsType
(CallbackHandler __self, AppInfo appinfo, Str content_type)
-
Methodendetails
-
onRemoveSupportsType
boolean onRemoveSupportsType(CallbackHandler __self, @Nonnull AppInfo appinfo, @Nonnull Str content_type) - Parameter:
appinfo
- the app infocontent_type
- a string.- Gibt zurück:
- `TRUE` on success, `FALSE` on error.
-