summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-23 01:57:47 +0100
committerCarl Hetherington <cth@carlh.net>2025-12-23 01:57:47 +0100
commitf8e05b02f3c9387022af9005de5f7e94586d122e (patch)
treed5dc536dbc8b4dd8ba552880f2b713761433c14b
parentd2b7059dae5a440f0a44f2ad8e7b1f0e834a7a9e (diff)
Improve comment.
-rw-r--r--src/lib/content.h5
1 files changed, 4 insertions, 1 deletions
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<void (ChangeType, int, bool)> Change;
std::shared_ptr<VideoContent> video;