A small addition.
authorMatthias Clasen <maclas@gmx.de>
Wed, 11 Jun 2003 21:18:55 +0000 (21:18 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 11 Jun 2003 21:18:55 +0000 (21:18 +0000)
2003-06-11  Matthias Clasen  <maclas@gmx.de>

* gobject/tmpl/objects.sgml: A small addition.

docs/reference/ChangeLog
docs/reference/gobject/tmpl/objects.sgml

index 7e6d8c2244dc2d358678d1cdbd8cd6525c2295eb..c7d84f0ac54520dbc6525bfa57fa1466db491192 100644 (file)
@@ -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.
index 1a8b4edc7acf4da6d3a0226353bc2e49209562d7..7daa1817eaa22cdb2c979a25d28a8f7da5c1b4e9 100644 (file)
@@ -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