libgimp, libgimpbase: fix "gimp_param_spec_*()" return annotations.

This commit is contained in:
Jehan 2024-09-06 16:40:40 +02:00
parent 75a50ce87b
commit f8d00b02a1
2 changed files with 17 additions and 17 deletions

View File

@ -107,7 +107,7 @@ gimp_param_image_validate (GParamSpec *pspec,
*
* See g_param_spec_internal() for details on property names.
*
* Returns: (transfer full): The newly created #GimpParamSpecImage.
* Returns: (transfer floating): The newly created #GimpParamSpecImage.
*
* Since: 3.0
**/
@ -214,7 +214,7 @@ gimp_param_item_validate (GParamSpec *pspec,
*
* See g_param_spec_internal() for details on property names.
*
* Returns: (transfer full): The newly created #GimpParamSpecItem.
* Returns: (transfer floating): The newly created #GimpParamSpecItem.
*
* Since: 3.0
**/
@ -294,7 +294,7 @@ gimp_param_drawable_init (GParamSpec *pspec)
*
* See g_param_spec_internal() for details on property names.
*
* Returns: (transfer full): The newly created #GimpParamSpecDrawable.
* Returns: (transfer floating): The newly created #GimpParamSpecDrawable.
*
* Since: 3.0
**/
@ -374,7 +374,7 @@ gimp_param_layer_init (GParamSpec *pspec)
*
* See g_param_spec_internal() for details on property names.
*
* Returns: (transfer full): The newly created #GimpParamSpecLayer.
* Returns: (transfer floating): The newly created #GimpParamSpecLayer.
*
* Since: 3.0
**/
@ -454,7 +454,7 @@ gimp_param_text_layer_init (GParamSpec *pspec)
*
* See g_param_spec_internal() for details on property names.
*
* Returns: (transfer full): The newly created #GimpParamSpecTextLayer.
* Returns: (transfer floating): The newly created #GimpParamSpecTextLayer.
*
* Since: 3.0
**/
@ -534,7 +534,7 @@ gimp_param_group_layer_init (GParamSpec *pspec)
*
* See g_param_spec_internal() for details on property names.
*
* Returns: (transfer full): The newly created #GimpParamSpecGroupLayer.
* Returns: (transfer floating): The newly created #GimpParamSpecGroupLayer.
*
* Since: 3.0
**/
@ -614,7 +614,7 @@ gimp_param_channel_init (GParamSpec *pspec)
*
* See g_param_spec_internal() for details on property names.
*
* Returns: (transfer full): The newly created #GimpParamSpecChannel.
* Returns: (transfer floating): The newly created #GimpParamSpecChannel.
*
* Since: 3.0
**/
@ -694,7 +694,7 @@ gimp_param_layer_mask_init (GParamSpec *pspec)
*
* See g_param_spec_internal() for details on property names.
*
* Returns: (transfer full): The newly created #GimpParamSpecLayerMask.
* Returns: (transfer floating): The newly created #GimpParamSpecLayerMask.
*
* Since: 3.0
**/
@ -774,7 +774,7 @@ gimp_param_selection_init (GParamSpec *pspec)
*
* See g_param_spec_internal() for details on property names.
*
* Returns: (transfer full): The newly created #GimpParamSpecSelection.
* Returns: (transfer floating): The newly created #GimpParamSpecSelection.
*
* Since: 3.0
**/
@ -854,7 +854,7 @@ gimp_param_path_init (GParamSpec *pspec)
*
* See g_param_spec_internal() for details on property names.
*
* Returns: (transfer full): The newly created #GimpParamSpecPath.
* Returns: (transfer floating): The newly created #GimpParamSpecPath.
*
* Since: 3.0
**/
@ -961,7 +961,7 @@ gimp_param_display_validate (GParamSpec *pspec,
*
* See g_param_spec_internal() for details on property names.
*
* Returns: (transfer full): The newly created #GimpParamSpecDisplay.
* Returns: (transfer floating): The newly created #GimpParamSpecDisplay.
*
* Since: 3.0
**/

View File

@ -165,7 +165,7 @@ gimp_param_choice_values_cmp (GParamSpec *pspec,
*
* See g_param_spec_internal() for details on property names.
*
* Returns: (transfer full): The newly created #GimpParamSpecChoice.
* Returns: (transfer floating): The newly created #GimpParamSpecChoice.
*
* Since: 3.0
**/
@ -538,7 +538,7 @@ gimp_param_array_values_cmp (GParamSpec *pspec,
*
* See g_param_spec_internal() for details on property names.
*
* Returns: (transfer full): The newly created #GimpParamSpecArray.
* Returns: (transfer floating): The newly created #GimpParamSpecArray.
*
* Since: 3.0
**/
@ -673,7 +673,7 @@ gimp_param_int32_array_init (GParamSpec *pspec)
*
* See g_param_spec_internal() for details on property names.
*
* Returns: (transfer full): The newly created #GimpParamSpecInt32Array.
* Returns: (transfer floating): The newly created #GimpParamSpecInt32Array.
*
* Since: 3.0
**/
@ -843,7 +843,7 @@ gimp_param_float_array_init (GParamSpec *pspec)
*
* See g_param_spec_internal() for details on property names.
*
* Returns: (transfer full): The newly created #GimpParamSpecFloatArray.
* Returns: (transfer floating): The newly created #GimpParamSpecFloatArray.
*
* Since: 3.0
**/
@ -1254,7 +1254,7 @@ gimp_param_object_array_values_cmp (GParamSpec *pspec,
*
* See g_param_spec_internal() for details on property names.
*
* Returns: (transfer full): The newly created #GimpParamSpecObjectArray.
* Returns: (transfer floating): The newly created #GimpParamSpecObjectArray.
*
* Since: 3.0
**/
@ -1464,7 +1464,7 @@ gimp_param_export_options_init (GParamSpec *pspec)
*
* See g_param_spec_internal() for details on property names.
*
* Returns: (transfer full): The newly created #GimpParamSpecExportOptions.
* Returns: (transfer floating): The newly created #GimpParamSpecExportOptions.
*
* Since: 3.0
**/