Package ch.bailu.gtk.gst
Schnittstelle Structure.OnStructureForeachFunc
- 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
onStructureForeachFunc
(CallbackHandler __self, int field_id, Value value, Pointer user_data) A function that will be called in gst_structure_foreach().
-
Methodendetails
-
onStructureForeachFunc
boolean onStructureForeachFunc(CallbackHandler __self, int field_id, @Nonnull Value value, @Nullable Pointer user_data) A function that will be called in gst_structure_foreach(). The function may
not 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 foreach operation should continue, %FALSE if the foreach operation should stop with %FALSE.
-