Package ch.bailu.gtk.gio
Schnittstelle Settings.OnSettingsBindGetMapping
- Umschließende Klasse:
Settings
- 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
onSettingsBindGetMapping
(CallbackHandler __self, Value value, Variant variant, Pointer user_data) The type for the function that is used to convert from #GSettings to
an object property.
-
Methodendetails
-
onSettingsBindGetMapping
boolean onSettingsBindGetMapping(CallbackHandler __self, @Nonnull Value value, @Nonnull Variant variant, @Nullable Pointer user_data) The type for the function that is used to convert from #GSettings to
an object property. The @value is already initialized to hold values
of the appropriate type.- Parameter:
value
- return location for the property valuevariant
- the #GVariantuser_data
- user data that was specified when the binding was created- Gibt zurück:
- %TRUE if the conversion succeeded, %FALSE in case of an error
-