Fcitx
Classes | Typedefs
servicewatcher.h File Reference

API for service monitoring. More...

#include <functional>
#include <memory>
#include <string>
#include <fcitx-utils/dbus/bus.h>
#include <fcitx-utils/fcitxutils_export.h>
#include <fcitx-utils/handlertable.h>
#include <fcitx-utils/macros.h>
Include dependency graph for servicewatcher.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fcitx::dbus::ServiceWatcher
 A class to be used to monitor the services registered on the Bus. More...
 

Typedefs

using fcitx::dbus::ServiceWatcherCallback = std::function< void(const std::string &, const std::string &, const std::string &)>
 
using fcitx::dbus::ServiceWatcherEntry = HandlerTableEntry< ServiceWatcherCallback >
 

Detailed Description

API for service monitoring.

Definition in file servicewatcher.h.