Package ch.bailu.gtk.gio
Schnittstelle AppInfoIface.OnSetAsDefaultForType
- 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
onSetAsDefaultForType
(CallbackHandler __self, AppInfo appinfo, Str content_type)
-
Methodendetails
-
onSetAsDefaultForType
boolean onSetAsDefaultForType(CallbackHandler __self, @Nonnull AppInfo appinfo, @Nonnull Str content_type) - Parameter:
appinfo
- the app infocontent_type
- the content type.- Gibt zurück:
- `TRUE` on success, `FALSE` on error.
-