From f8e05b02f3c9387022af9005de5f7e94586d122e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 23 Dec 2025 01:57:47 +0100 Subject: Improve comment. --- src/lib/content.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib/content.h b/src/lib/content.h index d84505b72..81117ab1f 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -218,7 +218,10 @@ public: bool has_mapped_audio() const; - /* ChangeType::PENDING and ChangeType::CANCELLED may be emitted from any thread; ChangeType::DONE always from GUI thread */ + /* ChangeType::PENDING and ChangeType::CANCELLED may be emitted from any thread; ChangeType::DONE always from GUI thread. + * Second parameter is the property + * Third parameter is true if these signals are likely to occur frequently + */ boost::signals2::signal Change; std::shared_ptr video; -- cgit v1.2.3