Home
last modified time | relevance | path

Searched refs:lives_signal_handlers_sync_disconnect_by_func (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper.c1336 WIDGET_HELPER_GLOBAL_INLINE boolean lives_signal_handlers_sync_disconnect_by_func(livespointer inst… in lives_signal_handlers_sync_disconnect_by_func() function
1403 return lives_signal_handlers_sync_disconnect_by_func(instance, func, data); in lives_signal_handlers_disconnect_by_func()
1411 return lives_signal_handlers_sync_disconnect_by_func(instance, func, data); in lives_signal_handlers_disconnect_by_func()
2652lives_signal_handlers_sync_disconnect_by_func(LIVES_GUI_OBJECT(modalw), LIVES_GUI_CALLBACK(moddest… in lives_window_set_modal()
2653lives_signal_handlers_sync_disconnect_by_func(LIVES_GUI_OBJECT(modalw), LIVES_GUI_CALLBACK(moddele… in lives_window_set_modal()
2654lives_signal_handlers_sync_disconnect_by_func(LIVES_GUI_OBJECT(modalw), LIVES_GUI_CALLBACK(modunma… in lives_window_set_modal()
8927 lives_signal_handlers_sync_disconnect_by_func in lives_widget_unset_show_hide_with()
8929 lives_signal_handlers_sync_disconnect_by_func in lives_widget_unset_show_hide_with()
H A Dwidget-helper.h319 boolean lives_signal_handlers_sync_disconnect_by_func(livespointer instance, LiVESGuiCallback func,…