summaryrefslogtreecommitdiff
path: root/source3/lib/tevent_glib_glue.h
Commit message (Collapse)AuthorAgeFilesLines
* s3/lib: new tevent_glib_glue subsystemRalph Boehme2019-04-241-0/+68
tevent_glib_glue_create() takes glib GMainContext and adds its event sources to a tevent context. tevent will poll the sources and run handlers for pending events as detailed in the glib documentation: https://developer.gnome.org/glib/stable/glib-The-Main-Event-Loop.html Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Noel Power <npower@samba.org>