Skip to content

Commit ff07bb0

Browse files
committed
Release 5.2.5
Updated GObject Introspection annotations
1 parent 24c9177 commit ff07bb0

File tree

13 files changed

+146
-189
lines changed

13 files changed

+146
-189
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ libgda 5.2.5 2018-09-25
88
- Updated SQLite to 3.8.11.1
99
- Fix SQLCipher build by embedding source code for 3.4.2 version
1010
- Fix SQLCipher disabling
11+
- Updated GObject Introspection annotations
1112
- Fix Doc generation
1213
- Bugs corrected: #787685 #789382 #761560 #761529 #760420 #761424 #754263 #754208
1314
- Corrected HTML output containing <SCRIPT> tag

libgda/gda-data-model-array.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
*/
341340
GdaDataModel *
342341
gda_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
*/
366365
GdaDataModelArray *
367366
gda_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

Comments
 (0)