add new GSource-derived object that can be attached to a Glib::MainContext to execute code before other sources have their dispatch() method invoked

This commit is contained in:
Paul Davis 2020-11-19 19:19:51 -07:00
parent e7d84a7c47
commit 09c84d1de8
3 changed files with 53 additions and 0 deletions

View file

@ -51,6 +51,7 @@ libpbd_sources = [
'file_archive.cc',
'file_utils.cc',
'fpu.cc',
'glib_event_source.cc',
'id.cc',
'locale_guard.cc',
'localtime_r.cc',