dbus: fix D-Bus documentation typo
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
4a28c6b219
commit
ce5b460f24
|
@ -36,7 +36,7 @@ module("dbus")
|
||||||
-- @name add_signal
|
-- @name add_signal
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Add a signal receiver on the D-Bus.
|
--- Remove a signal receiver on the D-Bus.
|
||||||
-- @param interface A string with the interface name.
|
-- @param interface A string with the interface name.
|
||||||
-- @param func The function to call.
|
-- @param func The function to call.
|
||||||
-- @name remove_signal
|
-- @name remove_signal
|
||||||
|
|
Loading…
Reference in New Issue