summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-06-11 21:18:55 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-06-11 21:18:55 +0000
commit34d2573657b8e0b9402771db198334573db6028d (patch)
tree27dd33642709937fd5413568b41f026378e03598
parente9c1f8f4120abfb1d4b1d5fc109a04968a5ca1ed (diff)
A small addition.
2003-06-11 Matthias Clasen <maclas@gmx.de> * gobject/tmpl/objects.sgml: A small addition.
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/gobject/tmpl/objects.sgml4
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 7e6d8c224..c7d84f0ac 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-11 Matthias Clasen <maclas@gmx.de>
+
+ * gobject/tmpl/objects.sgml: A small addition.
+
Sun Jun 8 12:28:39 2003 Owen Taylor <otaylor@redhat.com>
* glib/tmpl/error_reporting.sgml: XML fix.
diff --git a/docs/reference/gobject/tmpl/objects.sgml b/docs/reference/gobject/tmpl/objects.sgml
index 1a8b4edc7..7daa1817e 100644
--- a/docs/reference/gobject/tmpl/objects.sgml
+++ b/docs/reference/gobject/tmpl/objects.sgml
@@ -456,6 +456,10 @@ Emits a "notify" signal for the property @property_name on @object.
Stops emission of "notify" signals on @object. The signals are
queued until g_object_thaw_notify() is called on @object.
</para>
+<para>
+This is necessary for accessors that modify multiple properties to prevent
+premature notification while the object is still being modified.
+</para>
@object: a #GObject