Module libpulse_binding::mainloop::events::timer[][src]

Main loop timer events.

Notes

Time events may be created (or reset) with either Unix time values or real-time (monotonic) based values (though if the mainloop does not support monotonic time value, they may be silently converted to unix time).

Note that time events created with one form of time value can be freely restarted with the other form of time value.

Structs

TimeEvent

A timer event source

TimeEventRef

A reference to a timer event source, provided to the callback, allowing modification within the callback itself

Enums

TimeEventInternal

An opaque timer event source object