|
libzypp
17.22.0
|
#include "eventdispatcher.h"#include "timer.h"#include "private/eventdispatcher_glib_p.h"#include <zypp/base/Exception.h>#include <zypp/base/Logger.h>
Go to the source code of this file.
Namespaces | |
| zyppng | |
Functions | |
| static int | zyppng::readMask () |
| static int | zyppng::writeMask () |
| static int | zyppng::excpMask () |
| static EventDispatcher ** | zyppng::threadLocalDispatcher (EventDispatcher *set=nullptr) |
| static gboolean | zyppng::eventLoopIdleFunc (gpointer user_data) |
| Called when the event loop is idle, here we run cleanup tasks and call later() callbacks of the user. More... | |
Variables | |
| static GSourceFuncs | zyppng::abstractEventSourceFuncs |
| static GSourceFuncs | zyppng::glibTimerSourceFuncs |