Maeomm Reference Documentation: libossomm |
Namespaces | |
namespace | Osso |
Typedefs | |
typedef sigc::slot< int, const std::string &, const std::string &, GArray *, osso_rpc_t & > | Osso::SlotRPC |
This callback is called every time a method is requested on the registered interface. | |
Functions | |
osso_return_t | Osso::rpc_set_cb (osso_context_t *osso, const std::string &service, const std::string &object_path, const std::string &interface, const SlotRPC &slot) |
This function registers a callback function for handling RPC calls to a given object of a service. |