Commit: a287cb4229a9120c32d30efd43e84b04f5440d05
Parent: fd656b1ce371b68a4df7bd4fa5ca41ae238e36de
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2018-02-22 11:52:16
Tree: 82c9bec04f40fa6c38bee3f77067ed2fce5b0061

shared/mainloop: Add GLIB wrapper This adds wrappers function to interface with GLIB mainloop so applications can use mainloop functions no matter what is the underline implementation. Note: Most functions are not actually implemented on purpose since both io and timeout functions already exists for GLIB covering the same functionality.

Diffstat

M Makefile.am | 3 ++-
A src/shared/mainloop-glib.c | 112 ++++++++++++++++++++++++++++++++++++++++

2 files changed, 114 insertions(+), 1 deletions(-)

View Full Diff | Patch