From c1fcc7be49a5f453a90de295f4e55e64ab4db29e Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Fri, 6 Dec 2024 18:07:47 +0100 Subject: [PATCH] gparam: Add link to constructed vfunc to CONSTRUCT The docs for the constructed vfunc make it clear that when called constructed properties are already set. However, the first place where a user would look for is the flag's documentation. --- gobject/gparam.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gobject/gparam.h b/gobject/gparam.h index 89374fec0..147ff53a2 100644 --- a/gobject/gparam.h +++ b/gobject/gparam.h @@ -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