Schnittstelle AttrList.OnAttrFilterFunc

Umschließende Klasse:
AttrList
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface AttrList.OnAttrFilterFunc
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    onAttrFilterFunc(CallbackHandler __self, Attribute attribute, Pointer user_data)
    Type of a function filtering a list of attributes.
  • Methodendetails

    • onAttrFilterFunc

      boolean onAttrFilterFunc(CallbackHandler __self, @Nonnull Attribute attribute, @Nullable Pointer user_data)
      Type of a function filtering a list of attributes.
      Parameter:
      attribute - a Pango attribute
      user_data - user data passed to the function
      Gibt zurück:
      %TRUE if the attribute should be selected for filtering, %FALSE otherwise.