X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gobject%2Fgparam.h;h=6e2242d9d59a6e9f5c0213620bf78629c51e73f8;hb=9da85c7262325478e8730ae9f3e76bd0528a9a8c;hp=d0191edae4712343240688d91cea13859628db0e;hpb=fcdd25a96eb33c389f381cacce42e6d4f2912c5c;p=platform%2Fupstream%2Fglib.git diff --git a/gobject/gparam.h b/gobject/gparam.h index d0191ed..6e2242d 100644 --- a/gobject/gparam.h +++ b/gobject/gparam.h @@ -119,7 +119,7 @@ G_BEGIN_DECLS * @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 will only be set upon object construction + * @G_PARAM_CONSTRUCT_ONLY: the parameter can only be set upon object construction * @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 @@ -145,7 +145,7 @@ G_BEGIN_DECLS * Since 2.26 * * Through the #GParamFlags flag values, certain aspects of parameters - * can be configured. See also #G_PARAM_READWRITE and #G_PARAM_STATIC_STRINGS. + * can be configured. See also #G_PARAM_STATIC_STRINGS. */ typedef enum {