| Change |
Effect |
1 | Field close has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
2 | Field free_data has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
3 | Field lseek has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
4 | Field open has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
5 | Field read has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
6 | Field remove has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
7 | Field stringify has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
8 | Field user_data has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
9 | Field write has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
gda_blob_close ( GdaBlob* blob )1st parameter 'blob' (pointer) has base type '_GdaBlob'.
gda_blob_lseek ( GdaBlob* blob, gint offset, gint whence )1st parameter 'blob' (pointer) has base type '_GdaBlob'.
gda_blob_open ( GdaBlob* blob, GdaBlobMode mode )1st parameter 'blob' (pointer) has base type '_GdaBlob'.
gda_blob_read ( GdaBlob* blob, gpointer buf, gint size, gint* bytes_read )1st parameter 'blob' (pointer) has base type '_GdaBlob'.
gda_blob_remove ( GdaBlob* blob )1st parameter 'blob' (pointer) has base type '_GdaBlob'.
gda_blob_write ( GdaBlob* blob, gpointer buf, gint size, gint* bytes_written )1st parameter 'blob' (pointer) has base type '_GdaBlob'.
gda_value_get_blob ( GdaValue* value )Return value (pointer) has base type '_GdaBlob'.
gda_value_set_blob ( GdaValue* value, GdaBlob const* val )2nd parameter 'val' (pointer) has base type '_GdaBlob'.