Miscellaneous helpers for the Glib library.
More...
#include <glib-loop.hpp>
|
typedef std::function< bool()> | OnTimerEventCallback |
| A user provided function that will be called succesively after an interval has passed. More...
|
|
Miscellaneous helpers for the Glib library.
A user provided function that will be called succesively after an interval has passed.
Return true if the callback is supposed to be called further, false if the callback is not to be called anymore and be destroyed.
Adds a timer event to the glib main loop.
gboolean utils::Glib::onTimerEvent |
( |
gpointer |
data | ) |
|
|
staticprivate |
The documentation for this class was generated from the following files: