A small addition.

2003-06-11  Matthias Clasen  <maclas@gmx.de>

	* gobject/tmpl/objects.sgml: A small addition.
This commit is contained in:
Matthias Clasen 2003-06-11 21:18:55 +00:00 committed by Matthias Clasen
parent e9c1f8f412
commit 34d2573657
2 changed files with 8 additions and 0 deletions

View 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.

View 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