[libgda: 12/23] Remove some unnecessary (skip) in introspection attributes



commit dae312fffef6c170e5ea86e6241de4aa21fbe8d8
Author: Zander Brown <ZanderBrown users noreply github com>
Date:   Thu May 17 12:56:50 2018 +0100

    Remove some unnecessary (skip) in introspection attributes

 libgda/gda-connection.c  | 10 +++++-----
 libgda/gda-log.c         |  2 +-
 libgda/gda-sql-builder.c | 20 ++++++++++----------
 3 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/libgda/gda-connection.c b/libgda/gda-connection.c
index 304933b5e..c451ec794 100644
--- a/libgda/gda-connection.c
+++ b/libgda/gda-connection.c
@@ -1962,7 +1962,7 @@ gda_connection_get_date_format (GdaConnection *cnc, GDateDMY *out_first,
 }
 
 /**
- * gda_connection_insert_row_into_table: (skip)
+ * gda_connection_insert_row_into_table:
  * @cnc: an opened connection
  * @table: table's name to insert into
  * @error: a place to store errors, or %NULL
@@ -2140,7 +2140,7 @@ gda_connection_insert_row_into_table_v (GdaConnection *cnc, const gchar *table,
 }
 
 /**
- * gda_connection_update_row_in_table: (skip)
+ * gda_connection_update_row_in_table:
  * @cnc: an opened connection
  * @table: the table's name with the row's values to be updated
  * @condition_column_name: the name of the column to used in the WHERE condition clause
@@ -2639,7 +2639,7 @@ gda_connection_add_event (GdaConnection *cnc, GdaConnectionEvent *event)
 }
 
 /**
- * gda_connection_add_event_string: (skip)
+ * gda_connection_add_event_string:
  * @cnc: a #GdaConnection object.
  * @str: a format string (see the printf(3) documentation).
  * @...: the arguments to insert in the error message.
@@ -3362,7 +3362,7 @@ gda_connection_statement_execute_select (GdaConnection *cnc, GdaStatement *stmt,
 }
 
 /**
- * gda_connection_statement_execute_select_fullv: (skip)
+ * gda_connection_statement_execute_select_fullv:
  * @cnc: a #GdaConnection object.
  * @stmt: a #GdaStatement object.
  * @params: (allow-none): a #GdaSet object (which can be obtained using gda_statement_get_parameters()), or 
%NULL
@@ -5133,7 +5133,7 @@ prepare_meta_statements_hash (void)
 }
 
 /**
- * gda_connection_get_meta_store_data: (skip)
+ * gda_connection_get_meta_store_data:
  * @cnc: a #GdaConnection object.
  * @meta_type: describes which data to get.
  * @error: a place to store errors, or %NULL
diff --git a/libgda/gda-log.c b/libgda/gda-log.c
index e51de8600..6189f930b 100644
--- a/libgda/gda-log.c
+++ b/libgda/gda-log.c
@@ -96,7 +96,7 @@ gda_log_is_enabled (void)
 }
 
 /**
- * gda_log_message: (skip)
+ * gda_log_message:
  * @format: format string (see the printf(3) documentation).
  * @...: arguments to insert in the message.
  *
diff --git a/libgda/gda-sql-builder.c b/libgda/gda-sql-builder.c
index c4acf5618..3267af556 100644
--- a/libgda/gda-sql-builder.c
+++ b/libgda/gda-sql-builder.c
@@ -352,7 +352,7 @@ gda_sql_builder_get_statement (GdaSqlBuilder *builder, GError **error)
 }
 
 /**
- * gda_sql_builder_get_sql_statement: (skip)
+ * gda_sql_builder_get_sql_statement:
  * @builder: a #GdaSqlBuilder object
  *
  * Creates a new #GdaSqlStatement structure from @builder's contents.
@@ -603,7 +603,7 @@ create_typed_value (GType type, va_list *ap)
 }
 
 /**
- * gda_sql_builder_add_field_value: (skip)
+ * gda_sql_builder_add_field_value:
  * @builder: a #GdaSqlBuilder object
  * @field_name: a field name
  * @type: the GType of the following argument
@@ -840,7 +840,7 @@ gda_sql_builder_add_expr_value (GdaSqlBuilder *builder, G_GNUC_UNUSED GdaDataHan
 }
 
 /**
- * gda_sql_builder_add_expr: (skip)
+ * gda_sql_builder_add_expr:
  * @builder: a #GdaSqlBuilder object
  * @dh: (allow-none): deprecated useless argument, just pass %NULL
  * @type: the GType of the following argument
@@ -1257,7 +1257,7 @@ typedef struct {
 } BuilderJoin;
 
 /**
- * gda_sql_builder_select_join_targets: (skip)
+ * gda_sql_builder_select_join_targets:
  * @builder: a #GdaSqlBuilder object
  * @left_target_id: the ID of the left target to use (not %0)
  * @right_target_id: the ID of the right target to use (not %0)
@@ -1623,7 +1623,7 @@ gda_sql_builder_select_group_by (GdaSqlBuilder *builder, GdaSqlBuilderId expr_id
 }
 
 /**
- * gda_sql_builder_add_function: (skip)
+ * gda_sql_builder_add_function:
  * @builder: a #GdaSqlBuilder object
  * @func_name: the functions's name
  * @...: a list, terminated with %0, of each function's argument's ID
@@ -1712,7 +1712,7 @@ gda_sql_builder_add_function_v (GdaSqlBuilder *builder, const gchar *func_name,
 }
 
 /**
- * gda_sql_builder_add_sub_select: (skip)
+ * gda_sql_builder_add_sub_select:
  * @builder: a #GdaSqlBuilder object
  * @sqlst: a pointer to a #GdaSqlStatement, which has to be a SELECT or compound SELECT. This will be copied.
  *
@@ -1775,7 +1775,7 @@ gda_sql_builder_compound_set_type (GdaSqlBuilder *builder, GdaSqlStatementCompou
 }
 
 /**
- * gda_sql_builder_compound_add_sub_select: (skip)
+ * gda_sql_builder_compound_add_sub_select:
  * @builder: a #GdaSqlBuilder object
  * @sqlst: a pointer to a #GdaSqlStatement, which has to be a SELECT or compound SELECT. This will be copied.
  *
@@ -1842,7 +1842,7 @@ gda_sql_builder_compound_add_sub_select_from_builder (GdaSqlBuilder *builder, Gd
 }
 
 /**
- * gda_sql_builder_add_case: (skip)
+ * gda_sql_builder_add_case:
  * @builder: a #GdaSqlBuilder object
  * @test_expr: the expression ID representing the test of the CASE, or %0
  * @else_expr: the expression ID representing the ELSE expression, or %0
@@ -1968,7 +1968,7 @@ gda_sql_builder_add_case_v (GdaSqlBuilder *builder,
 }
 
 /**
- * gda_sql_builder_export_expression: (skip)
+ * gda_sql_builder_export_expression:
  * @builder: a #GdaSqlBuilder object
  * @id: the ID of the expression to be exported, (must be a valid ID in @builder, not %0)
  *
@@ -1995,7 +1995,7 @@ gda_sql_builder_export_expression (GdaSqlBuilder *builder, GdaSqlBuilderId id)
 }
 
 /**
- * gda_sql_builder_import_expression: (skip)
+ * gda_sql_builder_import_expression:
  * @builder: a #GdaSqlBuilder object
  * @expr: a #GdaSqlExpr obtained using gda_sql_builder_export_expression()
  *


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