Update object.lua
This commit is contained in:
parent
75758b07f3
commit
0dcfc86167
|
@ -114,7 +114,7 @@ function object:weak_connect_signal(name, func)
|
||||||
sig.weak[func] = make_the_gc_obey(func)
|
sig.weak[func] = make_the_gc_obey(func)
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Disonnect from a signal.
|
--- Disconnect from a signal.
|
||||||
-- @tparam string name The name of the signal.
|
-- @tparam string name The name of the signal.
|
||||||
-- @tparam function func The callback that should be disconnected.
|
-- @tparam function func The callback that should be disconnected.
|
||||||
-- @method disconnect_signal
|
-- @method disconnect_signal
|
||||||
|
|
Loading…
Reference in New Issue