comparison sat/plugins/plugin_misc_android.py @ 4051:c23cad65ae99

core: renamed `messageReceived` trigger to `message_received`
author Goffi <goffi@goffi.org>
date Mon, 29 May 2023 13:32:08 +0200
parents 524856bd7b19
children
comparison
equal deleted inserted replaced
4050:199473ffe4ea 4051:c23cad65ae99
266 reactor.listenUNIX(socket_path, factory) 266 reactor.listenUNIX(socket_path, factory)
267 else: 267 else:
268 raise e 268 raise e
269 # we set a low priority because we want the notification to be sent after all 269 # we set a low priority because we want the notification to be sent after all
270 # plugins have done their job 270 # plugins have done their job
271 host.trigger.add("messageReceived", self.message_received_trigger, priority=-1000) 271 host.trigger.add("message_received", self.message_received_trigger, priority=-1000)
272 272
273 # profiles autoconnection 273 # profiles autoconnection
274 host.bridge.add_method( 274 host.bridge.add_method(
275 "profile_autoconnect_get", 275 "profile_autoconnect_get",
276 ".plugin", 276 ".plugin",