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.

@FunctionalInterface public static interface Settings.OnSettingsBindGetMapping
  • Methodenübersicht Linksymbol

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    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 Linksymbol

    • onSettingsBindGetMapping Linksymbol

      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 value
      variant - the #GVariant
      user_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