[libgda] Set correct version for new symbols
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Set correct version for new symbols
- Date: Tue, 24 Jan 2012 19:46:44 +0000 (UTC)
commit 5665b4febc91dad0f2e2293507c71b6e191ead98
Author: Vivien Malerba <malerba gnome-db org>
Date: Tue Jan 24 19:39:24 2012 +0100
Set correct version for new symbols
libgda-ui/data-entries/gdaui-entry-shell.c | 2 +-
libgda-ui/gdaui-basic-form.c | 2 +-
libgda-ui/gdaui-data-entry.c | 2 +-
libgda-ui/gdaui-raw-grid.c | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libgda-ui/data-entries/gdaui-entry-shell.c b/libgda-ui/data-entries/gdaui-entry-shell.c
index 6a07d24..85f82df 100644
--- a/libgda-ui/data-entries/gdaui-entry-shell.c
+++ b/libgda-ui/data-entries/gdaui-entry-shell.c
@@ -500,7 +500,7 @@ gdaui_entry_shell_set_unknown (GdauiEntryShell *shell, gboolean unknown)
* Defines the color to be used when @de displays an invalid value. Any value not
* between 0. and 1. will result in the default hard coded values to be used (grayish).
*
- * Since: 4.2.13
+ * Since: 5.0.3
*/
void
gdaui_entry_shell_set_ucolor (GdauiEntryShell *shell, gdouble red, gdouble green,
diff --git a/libgda-ui/gdaui-basic-form.c b/libgda-ui/gdaui-basic-form.c
index ece40b8..c7b1668 100644
--- a/libgda-ui/gdaui-basic-form.c
+++ b/libgda-ui/gdaui-basic-form.c
@@ -2429,7 +2429,7 @@ gdaui_basic_form_remove_from_size_group (GdauiBasicForm *form, GtkSizeGroup *siz
* Defines the color to be used when @form displays an invalid value. Any value not
* between 0. and 1. will result in the default hard coded values to be used (grayish).
*
- * Since: 4.2.13
+ * Since: 5.0.3
*/
void
gdaui_basic_form_set_unknown_color (GdauiBasicForm *form, gdouble red, gdouble green,
diff --git a/libgda-ui/gdaui-data-entry.c b/libgda-ui/gdaui-data-entry.c
index f30e60d..b9a1478 100644
--- a/libgda-ui/gdaui-data-entry.c
+++ b/libgda-ui/gdaui-data-entry.c
@@ -499,7 +499,7 @@ gdaui_data_entry_grab_focus (GdauiDataEntry *de)
* Defines the color to be used when @de displays an invalid value. Any value not
* between 0. and 1. will result in the default hard coded values to be used (grayish).
*
- * Since: 4.2.13
+ * Since: 5.0.3
*/
void
gdaui_data_entry_set_unknown_color (GdauiDataEntry *de, gdouble red, gdouble green,
diff --git a/libgda-ui/gdaui-raw-grid.c b/libgda-ui/gdaui-raw-grid.c
index 3c661a6..9c4b2a9 100644
--- a/libgda-ui/gdaui-raw-grid.c
+++ b/libgda-ui/gdaui-raw-grid.c
@@ -1036,7 +1036,7 @@ remove_formatting_function (GdauiRawGrid *grid, GdauiRawGridFormatFunc func)
* whenever the rendering of a cell in @grid needs to be done. It is similar in purpose
* to the gtk_tree_view_column_set_cell_data_func() function.
*
- * Since: 4.2.13
+ * Since: 5.0.3
*/
void
gdaui_raw_grid_add_formatting_function (GdauiRawGrid *grid, GdauiRawGridFormatFunc func,
@@ -1064,7 +1064,7 @@ gdaui_raw_grid_add_formatting_function (GdauiRawGrid *grid, GdauiRawGridFormatFu
*
* This function undoes what has been specified before by gdaui_raw_grid_add_formatting_function()
*
- * Since: 4.2.13
+ * Since: 5.0.3
*/
void
gdaui_raw_grid_remove_formatting_function (GdauiRawGrid *grid, GdauiRawGridFormatFunc func)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]