Document ->constructed().

2007-04-02  Ryan Lortie  <desrt@desrt.ca>

        * gobject/tmpl/objects.sgml: Document ->constructed().



svn path=/trunk/; revision=5440
This commit is contained in:
Ryan Lortie 2007-04-03 10:44:14 +00:00 committed by Tim Janik
parent 9591e90b0a
commit e3562e543a
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-04-02 Ryan Lortie <desrt@desrt.ca>
* gobject/tmpl/objects.sgml: Document ->constructed().
2007-03-18 Matthias Clasen <mclasen@redhat.com> 2007-03-18 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/thread_pools.sgml: * glib/tmpl/thread_pools.sgml:

View File

@ -156,6 +156,13 @@ my_singleton_constructor (GType type,
of properties. Overriding @dispatch_properties_changed should be rarely of properties. Overriding @dispatch_properties_changed should be rarely
needed. needed.
@notify: the class closure for the notify signal @notify: the class closure for the notify signal
@constructed: the @constructed function is called by g_object_new() as the
final step of the object creation process. At the point of the call, all
construction properties have been set on the object. The purpose of this
call is to allow for object initialisation steps that can only be performed
after construction properties have been set. @constructed implementors
should chain up to the @constructed call of their parent class to allow it
to complete its initialisation.
<!-- ##### STRUCT GObjectConstructParam ##### --> <!-- ##### STRUCT GObjectConstructParam ##### -->
<para> <para>