mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
Merge branch 'document-constructed' into 'main'
gparam: Add link to constructed vfunc to CONSTRUCT See merge request GNOME/glib!4421
This commit is contained in:
commit
eecacf7053
@ -120,8 +120,10 @@ G_BEGIN_DECLS
|
||||
* @G_PARAM_READABLE: the parameter is readable
|
||||
* @G_PARAM_WRITABLE: the parameter is writable
|
||||
* @G_PARAM_READWRITE: alias for %G_PARAM_READABLE | %G_PARAM_WRITABLE
|
||||
* @G_PARAM_CONSTRUCT: the parameter will be set upon object construction
|
||||
* @G_PARAM_CONSTRUCT_ONLY: the parameter can only be set upon object construction
|
||||
* @G_PARAM_CONSTRUCT: the parameter will be set upon object construction.
|
||||
* See [vfunc@Object.constructed] for more details
|
||||
* @G_PARAM_CONSTRUCT_ONLY: the parameter can only be set upon object construction.
|
||||
* See [vfunc@Object.constructed] for more details
|
||||
* @G_PARAM_LAX_VALIDATION: upon parameter conversion (see g_param_value_convert())
|
||||
* strict validation is not required
|
||||
* @G_PARAM_STATIC_NAME: the string used as name when constructing the
|
||||
|
Loading…
Reference in New Issue
Block a user