File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 24
24
namespace sigc
25
25
{
26
26
27
- /* * Convenience class for safe disconnection.
28
- * Iterators must not be used beyond the lifetime of the list
29
- * they work on. A connection object can be created from a
30
- * slot list iterator and may safely be used to disconnect
31
- * the referred slot at any time (disconnect()). If the slot
32
- * has already been destroyed, disconnect() does nothing. empty() or
27
+ /* * This may be used to disconnect the referred slot at any time (disconnect()).
28
+ * If the slot has already been destroyed, disconnect() does nothing. empty() or
33
29
* operator bool() can be used to test whether the connection is
34
30
* still active. The connection can be blocked (block(), unblock()).
35
31
*
36
- * This is possible because the connection object gets notified
37
- * when the referred slot dies (notify()).
38
- *
39
32
* @ingroup signal
40
33
*/
41
34
struct SIGC_API connection : public notifiable
You can’t perform that action at this time.
0 commit comments