[gnome-db] Gda# Changes - Gda API review



I had to modify the Gda.metada in order to compile the Gda# binding, this becouse there are conflicts with _get_type and get_g_type, functions.

The changes are the following:

In GdaColumn Rename the method  SetGType to SetValueType
  In libgda the function is gda_column_set_g_type

In GdaColumn Rename method GetGType to GetValueType
  In libgda the function is gda_column_get_g_type

In GdaDictType Rename method SetGType to SetValueType
  In libgda the function is gda_dict_type_set_g_type

In GdaDictType Rename the method GetGType to GetValueType
  In libgda the function is gda_dict_type_get_g_type

GdaServerProviderHandlerInfo Rename the member GType to ValueType
  In libgda the member is GType g_type

What's the Point? You may want to change the name of that functions from g_type to value_type, in order to have more consistency and clarify the function action.

--
Trabajar, la mejor arma para tu superación
"de grano en grano, se hace la arena" (R) (entrámite, pero para los cuates: LIBRE)

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]