create_engine
Description:
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.
Parameters:
engine_name |
the engine_name which received the signal |
Returns:
An IBusEngine |