| 262 | |
| 263 | |
| 264 | void AssignSession(const DBus::Object::Path &sesspath, const std::string &interf) |
| 265 | { |
| 266 | |
| 267 | GVariant *empty = logservice->Call(logtarget, |
| 268 | "AssignSession", |
| 269 | g_variant_new("(os)", |
| 270 | sesspath.c_str(), |
| 271 | interf.c_str()), |
| 272 | false); |
| 273 | g_variant_unref(empty); |
| 274 | } |
| 275 | |
| 276 | |
| 277 | LogProxy::Ptr ProxyLogEvents(const std::string &target, |
no outgoing calls
no test coverage detected