mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 10:38:08 +01:00
A small addition.
2003-06-11 Matthias Clasen <maclas@gmx.de> * gobject/tmpl/objects.sgml: A small addition.
This commit is contained in:
parent
e9c1f8f412
commit
34d2573657
@ -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>
|
Sun Jun 8 12:28:39 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* glib/tmpl/error_reporting.sgml: XML fix.
|
* glib/tmpl/error_reporting.sgml: XML fix.
|
||||||
|
@ -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
|
Stops emission of "notify" signals on @object. The signals are
|
||||||
queued until g_object_thaw_notify() is called on @object.
|
queued until g_object_thaw_notify() is called on @object.
|
||||||
</para>
|
</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
|
@object: a #GObject
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user