[ HasEmitter ]
public virtual signal Engine create_engine (string engine_name)
The create_engine signal is a signal to create IBusEngine with engine_name
, which gets emitted
when IBusFactory received CreateEngine dbus method.
The callback functions will be called until a callback returns a non-null object of IBusEngine.
engine_name |
the engine_name which received the signal |
An IBusEngine |