Fcitx
|
Register a DBus method to current DBus VTable. More...
#include <fcitx-utils/dbus/objectvtable.h>
Public Member Functions | |
ObjectVTableMethod (ObjectVTableBase *vtable, const std::string &name, const std::string &signature, const std::string &ret, ObjectMethod handler) | |
const std::string & | name () const |
const std::string & | signature () const |
const std::string & | ret () const |
const ObjectMethod & | handler () const |
ObjectVTableBase * | vtable () const |
void | setClosureFunction (ObjectMethodClosure closure) |
Set a closure function to call the handler with in it. More... | |
Register a DBus method to current DBus VTable.
Usually this class should not be used directly in the code.
Definition at line 75 of file objectvtable.h.