Package ch.bailu.gtk.gst
Schnittstelle Structure.OnStructureMapIdStrFunc
- 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
onStructureMapIdStrFunc
(CallbackHandler __self, IdStr fieldname, Value value, Pointer user_data) A function that will be called in gst_structure_map_in_place_id_str().
-
Methodendetails
-
onStructureMapIdStrFunc
boolean onStructureMapIdStrFunc(CallbackHandler __self, @Nonnull IdStr fieldname, @Nonnull Value value, @Nullable Pointer user_data) A function that will be called in gst_structure_map_in_place_id_str(). The
function may modify @value.- Parameter:
fieldname
- the #GstIdStr 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.
-