[gnome-db] GNOME 3.0 and GSeal corrections



I using

make CFLAGS+="-DGSEAL_ENABLE"

for to check GNOME 3.0 compliant and found, few direct access to
GObject members and properties, and for 3.0 we must use the API for
get/set properties. I'd found some one but stoped when found the
following error:

gdaui-data-cell-renderer-boolean.c:392: error: invalid storage class
for function ‘gdaui_data_cell_renderer_boolean_activate’
gdaui-data-cell-renderer-boolean.c:410: error: expected declaration or
statement at end of input

I've tried to figured out the problem and made some corrections on
this file (and others for the current state) found in the attached
patch, but may you knows more about why is this error is still there,
I can't continue from here because this error stops compilation
process.



-- 
Trabajar, la mejor arma para tu superación
"de grano en grano, se hace la arena" (R) (en trámite, pero para los
cuates: LIBRE)
diff --git a/doc/C/tmpl/gda-connection.sgml b/doc/C/tmpl/gda-connection.sgml
index 3515eaa..98eb8fa 100644
--- a/doc/C/tmpl/gda-connection.sgml
+++ b/doc/C/tmpl/gda-connection.sgml
@@ -172,7 +172,6 @@ A connection to a database
 @GDA_CONNECTION_CANT_LOCK_ERROR: 
 @GDA_CONNECTION_TASK_NOT_FOUND_ERROR: 
 @GDA_CONNECTION_UNSUPPORTED_THREADS_ERROR: 
- GDA_CONNECTION_CLOSED_ERROR: 
 
 <!-- ##### MACRO GDA_CONNECTION_ERROR ##### -->
 <para>
diff --git a/doc/C/tmpl/gda-data-model-bdb.sgml b/doc/C/tmpl/gda-data-model-bdb.sgml
index b5b5860..18f41f1 100644
--- a/doc/C/tmpl/gda-data-model-bdb.sgml
+++ b/doc/C/tmpl/gda-data-model-bdb.sgml
@@ -29,16 +29,8 @@ virtual methods).
 
 </para>
 
-
-<!-- ##### ARG GdaDataModelBdb:db-name ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GdaDataModelBdb:filename ##### -->
-<para>
-
-</para>
+ object: 
+ priv: 
 
 <!-- ##### STRUCT GdaDataModelBdbClass ##### -->
 <para>
diff --git a/doc/C/tmpl/gda-data-select.sgml b/doc/C/tmpl/gda-data-select.sgml
index 429a8f3..ea59224 100644
--- a/doc/C/tmpl/gda-data-select.sgml
+++ b/doc/C/tmpl/gda-data-select.sgml
@@ -172,13 +172,3 @@ Data models returned by the execution of a SELECT statement
 @Returns: 
 
 
-<!-- ##### FUNCTION gda_data_select_rerun ##### -->
-<para>
-
-</para>
-
- model: 
- error: 
- Returns: 
-
-
diff --git a/doc/C/tmpl/gda-set.sgml b/doc/C/tmpl/gda-set.sgml
index 9265bbb..8e34d45 100644
--- a/doc/C/tmpl/gda-set.sgml
+++ b/doc/C/tmpl/gda-set.sgml
@@ -187,16 +187,6 @@ Container for several values
 @Returns: 
 
 
-<!-- ##### FUNCTION gda_set_get_nth_holder ##### -->
-<para>
-
-</para>
-
- set: 
- pos: 
- Returns: 
-
-
 <!-- ##### FUNCTION gda_set_add_holder ##### -->
 <para>
 
diff --git a/doc/C/tmpl/gda-sql-builder.sgml b/doc/C/tmpl/gda-sql-builder.sgml
index b50dc6b..ae48595 100644
--- a/doc/C/tmpl/gda-sql-builder.sgml
+++ b/doc/C/tmpl/gda-sql-builder.sgml
@@ -54,11 +54,6 @@ gda_sql_builder_add_cond2 (b, 5, GDA_SQL_OPERATOR_TYPE_AND, 3, 4); // whole expr
 </para>
 
 
-<!-- ##### ARG GdaSqlBuilder:stmt-type ##### -->
-<para>
-
-</para>
-
 <!-- ##### FUNCTION gda_sql_builder_new ##### -->
 <para>
 
@@ -103,172 +98,10 @@ gda_sql_builder_add_cond2 (b, 5, GDA_SQL_OPERATOR_TYPE_AND, 3, 4); // whole expr
 </para>
 
 @builder: 
- field_name: 
- type: 
- Varargs: 
-
-
-<!-- ##### FUNCTION gda_sql_builder_add_field_value ##### -->
-<para>
-
-</para>
-
- builder: 
- field_name: 
- value: 
-
-
-<!-- ##### FUNCTION gda_sql_builder_add_field_id ##### -->
-<para>
-
-</para>
-
- builder: 
 @field_id: 
 @value_id: 
 
 
-<!-- ##### FUNCTION gda_sql_builder_add_function ##### -->
-<para>
-
-</para>
-
- builder: 
- id: 
- func_name: 
- Varargs: 
- Returns: 
-
-
-<!-- ##### FUNCTION gda_sql_builder_add_function_v ##### -->
-<para>
-
-</para>
-
- builder: 
- id: 
- func_name: 
- args: 
- args_size: 
- Returns: 
-
-
-<!-- ##### FUNCTION gda_sql_builder_add_id ##### -->
-<para>
-
-</para>
-
- builder: 
- id: 
- string: 
- Returns: 
-
-
-<!-- ##### FUNCTION gda_sql_builder_add_expr ##### -->
-<para>
-
-</para>
-
- builder: 
- id: 
- dh: 
- type: 
- Varargs: 
- Returns: 
-
-
-<!-- ##### FUNCTION gda_sql_builder_add_expr_value ##### -->
-<para>
-
-</para>
-
- builder: 
- id: 
- dh: 
- value: 
- Returns: 
-
-
-<!-- ##### FUNCTION gda_sql_builder_add_param ##### -->
-<para>
-
-</para>
-
- builder: 
- id: 
- param_name: 
- type: 
- nullok: 
- Returns: 
-
-
-<!-- ##### FUNCTION gda_sql_builder_add_case ##### -->
-<para>
-
-</para>
-
- builder: 
- id: 
- test_expr: 
- else_expr: 
- Varargs: 
- Returns: 
-
-
-<!-- ##### FUNCTION gda_sql_builder_add_case_v ##### -->
-<para>
-
-</para>
-
- builder: 
- id: 
- test_expr: 
- else_expr: 
- when_array: 
- then_array: 
- args_size: 
- Returns: 
-
-
-<!-- ##### FUNCTION gda_sql_builder_add_sub_select ##### -->
-<para>
-
-</para>
-
- builder: 
- id: 
- sqlst: 
- steal: 
- Returns: 
-
-
-<!-- ##### FUNCTION gda_sql_builder_add_cond ##### -->
-<para>
-
-</para>
-
- builder: 
- id: 
- op: 
- op1: 
- op2: 
- op3: 
- Returns: 
-
-
-<!-- ##### FUNCTION gda_sql_builder_add_cond_v ##### -->
-<para>
-
-</para>
-
- builder: 
- id: 
- op: 
- op_ids: 
- op_ids_size: 
- Returns: 
-
-
 <!-- ##### FUNCTION gda_sql_builder_set_where ##### -->
 <para>
 
@@ -290,17 +123,6 @@ gda_sql_builder_add_cond2 (b, 5, GDA_SQL_OPERATOR_TYPE_AND, 3, 4); // whole expr
 @Returns: 
 
 
-<!-- ##### FUNCTION gda_sql_builder_select_add_field ##### -->
-<para>
-
-</para>
-
- builder: 
- field_name: 
- table_name: 
- alias: 
-
-
 <!-- ##### FUNCTION gda_sql_builder_select_join_targets ##### -->
 <para>
 
@@ -336,22 +158,3 @@ gda_sql_builder_add_cond2 (b, 5, GDA_SQL_OPERATOR_TYPE_AND, 3, 4); // whole expr
 @collation_name: 
 
 
-<!-- ##### FUNCTION gda_sql_builder_compound_add_sub_select ##### -->
-<para>
-
-</para>
-
- builder: 
- sqlst: 
- steal: 
-
-
-<!-- ##### FUNCTION gda_sql_builder_compound_set_type ##### -->
-<para>
-
-</para>
-
- builder: 
- compound_type: 
-
-
diff --git a/doc/C/tmpl/gda-sql-statement.sgml b/doc/C/tmpl/gda-sql-statement.sgml
index 1eac851..ac300f2 100644
--- a/doc/C/tmpl/gda-sql-statement.sgml
+++ b/doc/C/tmpl/gda-sql-statement.sgml
@@ -802,6 +802,8 @@ Specifies the type of functions passed to gda_sql_any_part_foreach().
 @any: 
 @field_name: 
 @validity_meta_table_column: 
+ _gda_reserved1: 
+ _gda_reserved2: 
 
 <!-- ##### FUNCTION gda_sql_field_new ##### -->
 <para>
@@ -855,6 +857,8 @@ Specifies the type of functions passed to gda_sql_any_part_foreach().
 @any: 
 @table_name: 
 @validity_meta_object: 
+ _gda_reserved1: 
+ _gda_reserved2: 
 
 <!-- ##### FUNCTION gda_sql_table_new ##### -->
 <para>
@@ -908,6 +912,8 @@ Specifies the type of functions passed to gda_sql_any_part_foreach().
 @any: inheritance structure
 @function_name: name of the function , in the form [[catalog.]schema.]function_name
 @args_list: list of #GdaSqlExpr expressions, one for each argument
+ _gda_reserved1: 
+ _gda_reserved2: 
 
 <!-- ##### FUNCTION gda_sql_function_new ##### -->
 <para>
@@ -970,6 +976,8 @@ Specifies the type of functions passed to gda_sql_any_part_foreach().
 @any: inheritance structure
 @operator_type: 
 @operands: list of #GdaSqlExpr operands
+ _gda_reserved1: 
+ _gda_reserved2: 
 
 <!-- ##### ENUM GdaSqlOperatorType ##### -->
 <para>
@@ -1070,6 +1078,8 @@ Specifies the type of functions passed to gda_sql_any_part_foreach().
 @when_expr_list: list of #GdaSqlExpr, one for each WHEN clause
 @then_expr_list: list of #GdaSqlExpr, one for each THEN clause
 @else_expr: default expression for the CASE
+ _gda_reserved1: 
+ _gda_reserved2: 
 
 <!-- ##### FUNCTION gda_sql_case_new ##### -->
 <para>
@@ -1121,6 +1131,8 @@ Specifies the type of functions passed to gda_sql_any_part_foreach().
 @as: alias
 @validity_meta_object: 
 @validity_meta_table_column: 
+ _gda_reserved1: 
+ _gda_reserved2: 
 
 <!-- ##### FUNCTION gda_sql_select_field_new ##### -->
 <para>
@@ -1197,6 +1209,8 @@ Specifies the type of functions passed to gda_sql_any_part_foreach().
 @table_name: table name part of @expr if @expr represents a table
 @as: alias
 @validity_meta_object: 
+ _gda_reserved1: 
+ _gda_reserved2: 
 
 <!-- ##### FUNCTION gda_sql_select_target_new ##### -->
 <para>
@@ -1270,6 +1284,8 @@ Specifies the type of functions passed to gda_sql_any_part_foreach().
 @position: represents a join between a target at (pos &lt; @position) and the one at @position
 @expr: joining expression, or %NULL
 @use: list of #GdaSqlField pointers to use when joining, or %NULL
+ _gda_reserved1: 
+ _gda_reserved2: 
 
 <!-- ##### ENUM GdaSqlSelectJoinType ##### -->
 <para>
@@ -1335,6 +1351,8 @@ Specifies the type of functions passed to gda_sql_any_part_foreach().
 @any: inheritance structure
 @targets: list of #GdaSqlSelectTarget
 @joins: list of #GdaSqlSelectJoin
+ _gda_reserved1: 
+ _gda_reserved2: 
 
 <!-- ##### FUNCTION gda_sql_select_from_new ##### -->
 <para>
@@ -1398,6 +1416,8 @@ Specifies the type of functions passed to gda_sql_any_part_foreach().
 @expr: expression to order on
 @asc: TRUE is ordering is ascending
 @collation_name: name of the collation to use for ordering
+ _gda_reserved1: 
+ _gda_reserved2: 
 
 <!-- ##### FUNCTION gda_sql_select_order_new ##### -->
 <para>
diff --git a/doc/C/tmpl/gda-virtual-connection.sgml b/doc/C/tmpl/gda-virtual-connection.sgml
index 04f084a..d896fe2 100644
--- a/doc/C/tmpl/gda-virtual-connection.sgml
+++ b/doc/C/tmpl/gda-virtual-connection.sgml
@@ -33,17 +33,6 @@ This is a base virtual class for all virtual connection implementations
 @Returns: 
 
 
-<!-- ##### FUNCTION gda_virtual_connection_open_extended ##### -->
-<para>
-
-</para>
-
- virtual_provider: 
- options: 
- error: 
- Returns: 
-
-
 <!-- ##### FUNCTION gda_virtual_connection_internal_set_provider_data ##### -->
 <para>
 
diff --git a/doc/C/tmpl/gdaui-basic-form.sgml b/doc/C/tmpl/gdaui-basic-form.sgml
index e87db0b..2abc54e 100644
--- a/doc/C/tmpl/gdaui-basic-form.sgml
+++ b/doc/C/tmpl/gdaui-basic-form.sgml
@@ -39,11 +39,6 @@ Form widget mapping the values contained in a #GdaSet
 @arg1: 
 @arg2: 
 
-<!-- ##### ARG GdauiBasicForm:can-expand ##### -->
-<para>
-
-</para>
-
 <!-- ##### ARG GdauiBasicForm:data-layout ##### -->
 <para>
 
diff --git a/doc/C/tmpl/gdaui-cloud.sgml b/doc/C/tmpl/gdaui-cloud.sgml
index 266ff61..6123bd1 100644
--- a/doc/C/tmpl/gdaui-cloud.sgml
+++ b/doc/C/tmpl/gdaui-cloud.sgml
@@ -17,96 +17,3 @@ Cloud widget
 <!-- ##### SECTION Stability_Level ##### -->
 
 
-<!-- ##### STRUCT GdauiCloud ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SIGNAL GdauiCloud::activate ##### -->
-<para>
-
-</para>
-
- gdauicloud: the object which received the signal.
- arg1: 
-
-<!-- ##### SIGNAL GdauiCloud::selection-changed ##### -->
-<para>
-
-</para>
-
- gdauicloud: the object which received the signal.
-
-<!-- ##### ARG GdauiCloud:label-column ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GdauiCloud:max-scale ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GdauiCloud:min-scale ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GdauiCloud:model ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GdauiCloud:weight-column ##### -->
-<para>
-
-</para>
-
-<!-- ##### FUNCTION gdaui_cloud_new ##### -->
-<para>
-
-</para>
-
- model: 
- label_column: 
- weight_column: 
- Returns: 
-
-
-<!-- ##### FUNCTION gdaui_cloud_set_selection_mode ##### -->
-<para>
-
-</para>
-
- cloud: 
- mode: 
-
-
-<!-- ##### FUNCTION gdaui_cloud_get_selection ##### -->
-<para>
-
-</para>
-
- cloud: 
- Returns: 
-
-
-<!-- ##### FUNCTION gdaui_cloud_filter ##### -->
-<para>
-
-</para>
-
- cloud: 
- filter: 
-
-
-<!-- ##### FUNCTION gdaui_cloud_create_filter_widget ##### -->
-<para>
-
-</para>
-
- cloud: 
- Returns: 
-
-
diff --git a/doc/C/tmpl/provider-support.sgml b/doc/C/tmpl/provider-support.sgml
index 937bd21..147ac38 100644
--- a/doc/C/tmpl/provider-support.sgml
+++ b/doc/C/tmpl/provider-support.sgml
@@ -323,25 +323,6 @@ Methods dedicated to implementing providers
 @newstate: 
 
 
-<!-- ##### FUNCTION gda_connection_internal_reset_transaction_status ##### -->
-<para>
-
-</para>
-
- cnc: 
-
-
-<!-- ##### FUNCTION gda_connection_open_sqlite ##### -->
-<para>
-
-</para>
-
- directory: 
- filename: 
- auto_unlink: 
- Returns: 
-
-
 <!-- ##### FUNCTION gda_meta_store_modify ##### -->
 <para>
 
diff --git a/libgda-ui/data-entries/gdaui-data-cell-renderer-bin.c b/libgda-ui/data-entries/gdaui-data-cell-renderer-bin.c
index 7120031..7bd6215 100644
--- a/libgda-ui/data-entries/gdaui-data-cell-renderer-bin.c
+++ b/libgda-ui/data-entries/gdaui-data-cell-renderer-bin.c
@@ -128,9 +128,8 @@ gdaui_data_cell_renderer_bin_init (GdauiDataCellRendererBin *cell)
 	cell->priv->dh = NULL;
 	cell->priv->type = GDA_TYPE_BLOB;
 	cell->priv->editable = FALSE;
-	GTK_CELL_RENDERER (cell)->mode = GTK_CELL_RENDERER_MODE_ACTIVATABLE;
-	GTK_CELL_RENDERER (cell)->xpad = 2;
-	GTK_CELL_RENDERER (cell)->ypad = 2;
+	g_object_set (G_OBJECT (cell), "mode", GTK_CELL_RENDERER_MODE_ACTIVATABLE,
+									"xpad", 2, "ypad", 2, NULL);
 }
 
 static void
@@ -361,15 +360,21 @@ gdaui_data_cell_renderer_bin_render (GtkCellRenderer      *cell,
 	GtkCellRendererClass *pixbuf_class = g_type_class_peek (GTK_TYPE_CELL_RENDERER_PIXBUF);
 
 	(pixbuf_class->render) (cell, window, widget, background_area, cell_area, expose_area, flags);
-
-	if (GDAUI_DATA_CELL_RENDERER_BIN (cell)->priv->to_be_deleted)
-		gtk_paint_hline (widget->style,
+	
+	if (GDAUI_DATA_CELL_RENDERER_BIN (cell)->priv->to_be_deleted) {
+		GtkStyle *style;
+		guint xpad;
+		
+		g_object_get (G_OBJECT(widget), "style", &style, "xpad", &xpad, NULL);
+		gtk_paint_hline (style,
 				 window, GTK_STATE_SELECTED,
 				 cell_area, 
 				 widget,
 				 "hline",
-				 cell_area->x + cell->xpad, cell_area->x + cell_area->width - cell->xpad,
+				 cell_area->x + xpad, cell_area->x + cell_area->width - xpad,
 				 cell_area->y + cell_area->height / 2.);
+		g_object_unref (style);
+	}
 
 }
 
diff --git a/libgda-ui/data-entries/gdaui-data-cell-renderer-boolean.c b/libgda-ui/data-entries/gdaui-data-cell-renderer-boolean.c
index f886993..2626de8 100644
--- a/libgda-ui/data-entries/gdaui-data-cell-renderer-boolean.c
+++ b/libgda-ui/data-entries/gdaui-data-cell-renderer-boolean.c
@@ -57,8 +57,8 @@ static gboolean gdaui_data_cell_renderer_boolean_activate  (GtkCellRenderer
 							    GdkEvent                   *event,
 							    GtkWidget                  *widget,
 							    const gchar                *path,
-							    GdkRectangle               *background_area,
-							    GdkRectangle               *cell_area,
+							    const GdkRectangle         *background_area,
+							    const GdkRectangle         *cell_area,
 							    GtkCellRendererState        flags);
 
 enum {
@@ -126,9 +126,8 @@ gdaui_data_cell_renderer_boolean_init (GdauiDataCellRendererBoolean *cell)
 	cell->priv->dh = NULL;
 	cell->priv->type = G_TYPE_BOOLEAN;
 	cell->priv->editable = FALSE;
-	GTK_CELL_RENDERER (cell)->mode = GTK_CELL_RENDERER_MODE_ACTIVATABLE;
-	GTK_CELL_RENDERER (cell)->xpad = 2;
-	GTK_CELL_RENDERER (cell)->ypad = 2;
+	g_object_set (G_OBJECT (cell), "mode", GTK_CELL_RENDERER_MODE_ACTIVATABLE,
+									"xpad", 2, "ypad", 2, NULL);
 }
 
 static void
@@ -367,13 +366,17 @@ gdaui_data_cell_renderer_boolean_render (GtkCellRenderer      *cell,
 
 	(toggle_class->render) (cell, window, widget, background_area, cell_area, expose_area, flags);
 
-	if (GDAUI_DATA_CELL_RENDERER_BOOLEAN (cell)->priv->to_be_deleted)
-		gtk_paint_hline (widget->style,
+	if (GDAUI_DATA_CELL_RENDERER_BOOLEAN (cell)->priv->to_be_deleted) {
+		GtkStyle *style;
+		guint xpad;
+
+		g_object_get (G_OBJECT(widget), "style", &style, "xpad", &xpad, NULL);
+		gtk_paint_hline (style,
 				 window, GTK_STATE_SELECTED,
 				 cell_area, 
 				 widget,
 				 "hline",
-				 cell_area->x + cell->xpad, cell_area->x + cell_area->width - cell->xpad,
+				 cell_area->x + xpad, cell_area->x + cell_area->width - xpad,
 				 cell_area->y + cell_area->height / 2.);
 
 }
@@ -383,19 +386,21 @@ gdaui_data_cell_renderer_boolean_activate  (GtkCellRenderer            *cell,
 					    GdkEvent                   *event,
 					    GtkWidget                  *widget,
 					    const gchar                *path,
-					    GdkRectangle               *background_area,
-					    GdkRectangle               *cell_area,
+					    const GdkRectangle         *background_area,
+					    const GdkRectangle         *cell_area,
 					    GtkCellRendererState        flags)
 {
-	if (GDAUI_DATA_CELL_RENDERER_BOOLEAN (cell)->priv->editable) {
-		GtkCellRendererClass *toggle_class = g_type_class_peek (GTK_TYPE_CELL_RENDERER_TOGGLE);
+	gboolean editable;
+	g_object_get (G_OBJECT(cell), "editable", &editable, NULL);
+	if (editable) {
 		gboolean retval, active;
 		GValue *value;
 
-		retval = (toggle_class->activate) (cell, event, widget, path, background_area, cell_area, flags);
+		retval = gtk_cell_renderer_activate (cell, event, widget, path, background_area, cell_area, flags);
 		active = gtk_cell_renderer_toggle_get_active (GTK_CELL_RENDERER_TOGGLE (cell));
 
-		g_value_set_boolean (value = gda_value_new (G_TYPE_BOOLEAN), ! active);
+		value = gda_value_new (G_TYPE_BOOLEAN);
+		g_value_set_boolean (value, ! active);
 		g_signal_emit (G_OBJECT (cell), toggle_cell_signals[CHANGED], 0, path, value);
 		gda_value_free (value);
 		return retval;
diff --git a/tools/browser/doc/tmpl/browser-connection.sgml b/tools/browser/doc/tmpl/browser-connection.sgml
index 9fbafa4..c18c9ee 100644
--- a/tools/browser/doc/tmpl/browser-connection.sgml
+++ b/tools/browser/doc/tmpl/browser-connection.sgml
@@ -35,6 +35,10 @@ An opened connection
 
 </para>
 
+@: 
+@: 
+@:
+
 @browserconnection: the object which received the signal.
 @arg1: 
 @arg2: 
@@ -44,6 +48,8 @@ An opened connection
 
 </para>
 
+@:
+
 @browserconnection: the object which received the signal.
 
 <!-- ##### SIGNAL BrowserConnection::meta-changed ##### -->
@@ -51,6 +57,9 @@ An opened connection
 
 </para>
 
+@: 
+@:
+
 @browserconnection: the object which received the signal.
 @arg1: 
 
@@ -59,6 +68,8 @@ An opened connection
 
 </para>
 
+@:
+
 @browserconnection: the object which received the signal.
 
 <!-- ##### FUNCTION browser_connection_new ##### -->
@@ -142,18 +153,6 @@ An opened connection
 @Returns: 
 
 
-<!-- ##### FUNCTION browser_connection_get_completions ##### -->
-<para>
-
-</para>
-
- bcnc: 
- sql: 
- start: 
- end: 
- Returns: 
-
-
 <!-- ##### FUNCTION browser_connection_create_parser ##### -->
 <para>
 
diff --git a/tools/browser/doc/tmpl/browser-core.sgml b/tools/browser/doc/tmpl/browser-core.sgml
index 4148dae..fa061d8 100644
--- a/tools/browser/doc/tmpl/browser-core.sgml
+++ b/tools/browser/doc/tmpl/browser-core.sgml
@@ -43,6 +43,9 @@ Singleton holding the global browser information
 
 </para>
 
+@: 
+@:
+
 @browsercore: the object which received the signal.
 @arg1: 
 
@@ -51,6 +54,9 @@ Singleton holding the global browser information
 
 </para>
 
+@: 
+@:
+
 @browsercore: the object which received the signal.
 @arg1: 
 
diff --git a/tools/browser/doc/tmpl/browser-favorites.sgml b/tools/browser/doc/tmpl/browser-favorites.sgml
index 3146364..5878868 100644
--- a/tools/browser/doc/tmpl/browser-favorites.sgml
+++ b/tools/browser/doc/tmpl/browser-favorites.sgml
@@ -130,19 +130,6 @@ Favorites management
 @fav: 
 
 
-<!-- ##### FUNCTION browser_favorites_find ##### -->
-<para>
-
-</para>
-
- bfav: 
- session_id: 
- contents: 
- out_fav: 
- error: 
- Returns: 
-
-
 <!-- ##### FUNCTION browser_favorites_get ##### -->
 <para>
 
diff --git a/tools/browser/doc/tmpl/browser-window.sgml b/tools/browser/doc/tmpl/browser-window.sgml
index cff4433..26f2c57 100644
--- a/tools/browser/doc/tmpl/browser-window.sgml
+++ b/tools/browser/doc/tmpl/browser-window.sgml
@@ -57,7 +57,6 @@ Top level browser window
 @bwin: 
 @context: 
 @text: 
- auto_clear: 
 @Returns: 
 
 


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