From f18a7c8e60598395a473b741c3592ee69921dba6 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 24 Sep 2012 17:05:49 +0100 Subject: [PATCH] =?utf8?q?individual-aggregator:=20Clarify=20that=20is-qui?= =?utf8?q?escent=20never=20changes=20true=20=E2=86=92=20false?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- folks/individual-aggregator.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/folks/individual-aggregator.vala b/folks/individual-aggregator.vala index 4d9406e..6f09c60 100644 --- a/folks/individual-aggregator.vala +++ b/folks/individual-aggregator.vala @@ -131,7 +131,8 @@ public class Folks.IndividualAggregator : Object * some point after {@link IndividualAggregator.prepare} has successfully * completed for the aggregator. An aggregator is in a quiescent state when * all the {@link PersonaStore}s listed by its backends have reached a - * quiescent state. + * quiescent state. Once it's reached a quiescent state, this property will + * never change again (from ``true`` to ``false``). * * It's guaranteed that this property's value will only ever change after * {@link IndividualAggregator.is_prepared} has changed to ``true``. -- 2.7.4