Documentation additions.

This commit is contained in:
Matthias Clasen
2003-10-20 20:07:45 +00:00
parent 04d27d2299
commit 4a29291187
7 changed files with 48 additions and 11 deletions

View File

@@ -38,6 +38,23 @@ the setter for the property is called to reinstate the previous value.
</para>
@g_type_class:
@constructor:
@set_property:
@get_property:
@dispose:
@finalize:
@dispatch_properties_changed:
@notify:
<!-- ##### STRUCT GObjectConstructParam ##### -->
<para>
The <structname>GObjectConstructParam</structname> struct is an auxiliary
structure used to hand #GParamSpec/#GValue pairs to the @constructor of
a #GObjectClass.
</para>
@pspec: the #GParamSpec of the construct parameter
@value: the value to set the parameter to
<!-- ##### USER_FUNCTION GObjectGetPropertyFunc ##### -->
<para>