Home
last modified time | relevance | path

Searched refs:addExitEvent (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/fcitx5/fcitx5-5.0.11/test/
H A Dtestevent.cpp49 std::unique_ptr<EventSource> source5(e.addExitEvent([](EventSource *) { in main()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx-utils/
H A Devent.h90 addExitEvent(EventCallback callback);
H A Devent_sdevent.cpp307 std::unique_ptr<EventSource> EventLoop::addExitEvent(EventCallback callback) { in addExitEvent() function in fcitx::EventLoop
H A Devent_libevent.cpp382 std::unique_ptr<EventSource> EventLoop::addExitEvent(EventCallback callback) { in addExitEvent() function in fcitx::EventLoop
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx/
H A Dinstance.cpp1438 d->exitEvent_ = d->eventLoop_.addExitEvent([this](EventSource *) { in initialize()