@@ -325,7 +325,7 @@ gda_data_model_array_new_with_g_types (gint cols, ...)
325325}
326326
327327/**
328- * gda_data_model_array_new_with_g_types_v:
328+ * gda_data_model_array_new_with_g_types_v: (rename-to gda_data_model_array_new_with_g_types)
329329 * @cols: number of columns for rows in this data model.
330330 * @types: (array): array of types of the columns of the model to create as #GType, as many as indicated by @cols
331331 *
@@ -336,7 +336,6 @@ gda_data_model_array_new_with_g_types (gint cols, ...)
336336 *
337337 * Since: 4.2.6
338338 *
339- * Rename to: gda_data_model_array_new_with_g_types
340339 */
341340GdaDataModel *
342341gda_data_model_array_new_with_g_types_v (gint cols , GType * types )
@@ -361,7 +360,7 @@ gda_data_model_array_new_with_g_types_v (gint cols, GType *types)
361360 *
362361 * Makes a copy of @src into a new #GdaDataModelArray object
363362 *
364- * Returns: (transfer full) (allow-none ): a new data model, or %NULL if an error occurred
363+ * Returns: (transfer full) (nullable ): a new data model, or %NULL if an error occurred
365364 */
366365GdaDataModelArray *
367366gda_data_model_array_copy_model (GdaDataModel * src , GError * * error )
@@ -416,7 +415,7 @@ gda_data_model_array_copy_model (GdaDataModel *src, GError **error)
416415 * Like gda_data_model_array_copy_model(), makes a copy of @src, but copies only some
417416 * columns.
418417 *
419- * Returns: (transfer full) (allow-none ): a new data model, or %NULL if an error occurred
418+ * Returns: (transfer full) (nullable ): a new data model, or %NULL if an error occurred
420419 *
421420 * Since: 5.2.0
422421 */
0 commit comments