Home
last modified time | relevance | path

Searched refs:g_signal_handlers_block_by_func (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/gobject/
Dgsignal.h594 #define g_signal_handlers_block_by_func(instance, func, data) \ macro
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c394 g_signal_handlers_block_by_func (app->seek_scale, start_seek, app); in set_scale()
395 g_signal_handlers_block_by_func (app->seek_scale, stop_seek, app); in set_scale()
396 g_signal_handlers_block_by_func (app->seek_scale, seek_cb, app); in set_scale()
1383 g_signal_handlers_block_by_func (app->volume_spinbutton, in volume_notify_idle_cb()
1410 g_signal_handlers_block_by_func (app->mute_checkbox, mute_toggle_cb, app); in mute_notify_idle_cb()
1826 g_signal_handlers_block_by_func (app->seek_format_combo, in update_formats()
/third_party/glib/docs/reference/gobject/
Dgobject-sections.txt857 g_signal_handlers_block_by_func
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Djsseek.c1150 g_signal_handlers_block_by_func (hscale, (void *) start_seek, in set_scale()
1152 g_signal_handlers_block_by_func (hscale, (void *) stop_seek, in set_scale()
1154 g_signal_handlers_block_by_func (hscale, (void *) seek_cb, (void *) pipeline); in set_scale()
1991 g_signal_handlers_block_by_func (volume_spinbutton, in volume_notify_cb()
/third_party/gstreamer/gstplugins_base/
DChangeLog75119 …playsink: Use g_signal_handlers_block_by_func()/unblock_by_func() instead of disconnecting and rec…