D | dbus.h | 277 typedef MonitorConnection<void(A1)> ConnectionType; in Monitor() typedef 279 ConnectionType* result = new ConnectionType(proxy, name, monitor, object); in Monitor() 284 proxy.gproxy(), name, G_CALLBACK(&ConnectionType::Run), result, nullptr); in Monitor() 293 typedef MonitorConnection<void(A1, A2)> ConnectionType; in Monitor() typedef 295 ConnectionType* result = new ConnectionType(proxy, name, monitor, object); in Monitor() 303 proxy.gproxy(), name, G_CALLBACK(&ConnectionType::Run), result, nullptr); in Monitor() 312 typedef MonitorConnection<void(A1, A2, A3)> ConnectionType; in Monitor() typedef 314 ConnectionType* result = new ConnectionType(proxy, name, monitor, object); in Monitor() 323 proxy.gproxy(), name, G_CALLBACK(&ConnectionType::Run), result, nullptr); in Monitor() 333 typedef MonitorConnection<void(A1, A2, A3, A4)> ConnectionType; in Monitor() typedef [all …]
|