Package ch.bailu.gtk.gio
Interface Settings.OnSettingsBindGetMapping
- Enclosing class:
- Settings
- 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 TypeMethodDescriptionboolean
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.
-
Method Details
-
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.- Parameters:
value
- return location for the property valuevariant
- the #GVariantuser_data
- user data that was specified when the binding was created- Returns:
- %TRUE if the conversion succeeded, %FALSE in case of an error
-