Package ch.bailu.gtk.gst
Schnittstelle Structure.OnStructureMapFunc
- Umschließende Klasse:
Structure
- 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
onStructureMapFunc
(CallbackHandler __self, int field_id, Value value, Pointer user_data) A function that will be called in gst_structure_map_in_place().
-
Methodendetails
-
onStructureMapFunc
boolean onStructureMapFunc(CallbackHandler __self, int field_id, @Nonnull Value value, @Nullable Pointer user_data) A function that will be called in gst_structure_map_in_place(). The function
may modify @value.- Parameter:
field_id
- the #GQuark of the field namevalue
- the #GValue of the fielduser_data
- user data- Gibt zurück:
- %TRUE if the map operation should continue, %FALSE if the map operation should stop with %FALSE.
-