Fcitx
Public Member Functions | List of all members
fcitx::dbus::ObjectVTableMethod Class Reference

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
 
ObjectVTableBasevtable () const
 
void setClosureFunction (ObjectMethodClosure closure)
 Set a closure function to call the handler with in it. More...
 

Detailed Description

Register a DBus method to current DBus VTable.

Usually this class should not be used directly in the code.

See also
FCITX_OBJECT_VTABLE_METHOD

Definition at line 75 of file objectvtable.h.


The documentation for this class was generated from the following files: