Home
last modified time | relevance | path

Searched refs:mpv_property_changed (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/celluloid/celluloid-0.23/src/
H A Dcelluloid-mpv.c103 mpv_property_changed(CelluloidMpv *mpv, const gchar *name, gpointer value);
230 mpv_property_changed(CelluloidMpv *mpv, const gchar *name, gpointer value) in mpv_property_changed() function
538 klass->mpv_property_changed = mpv_property_changed; in celluloid_mpv_class_init()
601 G_STRUCT_OFFSET(CelluloidMpvClass, mpv_property_changed), in celluloid_mpv_class_init()
H A Dcelluloid-mpv.h46 void (*mpv_property_changed)( CelluloidMpv *mpv, member
H A Dcelluloid-player.c99 mpv_property_changed(CelluloidMpv *mpv, const gchar *name, gpointer value);
391 mpv_property_changed(CelluloidMpv *mpv, const gchar *name, gpointer value) in mpv_property_changed() function
452 ->mpv_property_changed(mpv, name, value); in mpv_property_changed()
1196 mpv_class->mpv_property_changed = mpv_property_changed; in celluloid_player_class_init()