Searched refs:g_signal_handlers_block_by_func (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/gobject/ |
D | gsignal.h | 594 #define g_signal_handlers_block_by_func(instance, func, data) \ macro
|
/third_party/gstreamer/gstplugins_base/tests/examples/playback/ |
D | playback-test.c | 394 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/ |
D | gobject-sections.txt | 857 g_signal_handlers_block_by_func
|
/third_party/gstreamer/gstplugins_base/tests/examples/seek/ |
D | jsseek.c | 1150 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/ |
D | ChangeLog | 75119 …playsink: Use g_signal_handlers_block_by_func()/unblock_by_func() instead of disconnecting and rec…
|