You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let ctor = sys::builtin_fn!(signal_from_object_signal);
@@ -57,7 +57,7 @@ impl Signal {
57
57
///
58
58
/// A signal can only be connected once to the same [`Callable`]. If the signal is already connected,
59
59
/// returns [`Error::ERR_INVALID_PARAMETER`] and
60
-
/// pushes an error message, unless the signal is connected with [`ConnectFlags::CONNECT_REFERENCE_COUNTED`](crate::engine::object::ConnectFlags::CONNECT_REFERENCE_COUNTED).
60
+
/// pushes an error message, unless the signal is connected with [`ConnectFlags::CONNECT_REFERENCE_COUNTED`](crate::engine::object::ConnectFlags::REFERENCE_COUNTED).
61
61
/// To prevent this, use [`Self::is_connected`] first to check for existing connections.
0 commit comments