doc(object): add is_signal_connected to common doc
This commit is contained in:
parent
2a1694695e
commit
8ad78c7ae6
|
@ -37,3 +37,13 @@
|
||||||
-- @method weak_connect_signal
|
-- @method weak_connect_signal
|
||||||
-- @noreturn
|
-- @noreturn
|
||||||
-- @baseclass gears.object
|
-- @baseclass gears.object
|
||||||
|
|
||||||
|
--- Check if the callback is connected to the signal.
|
||||||
|
--
|
||||||
|
-- This function check both kind of signal connection (strong and weak).
|
||||||
|
--
|
||||||
|
-- @tparam string name The name of the signal.
|
||||||
|
-- @tparam function func The callback to check if connected.
|
||||||
|
-- @treturn boolean Whether the signal is connected.
|
||||||
|
-- @method is_signal_connected
|
||||||
|
-- @baseclass gears.object
|
||||||
|
|
Loading…
Reference in New Issue