[libgda] DbTable: Fixing comments to the methods



commit ec61e589b36ded9465bdc475b17702f6dcc66e49
Author: Pavlo Solntsev <p sun fun gmail com>
Date:   Thu Jun 4 00:22:06 2020 -0500

    DbTable: Fixing comments to the methods

 libgda/gda-db-table.c | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)
---
diff --git a/libgda/gda-db-table.c b/libgda/gda-db-table.c
index f1e36eeca..c7b180737 100644
--- a/libgda/gda-db-table.c
+++ b/libgda/gda-db-table.c
@@ -745,20 +745,12 @@ on_error:
   return FALSE;
 }
 
-/**
- * gda_db_table_create:
+/*
  * @self: a #GdaDbTable object
  * @cnc: a #GdaConnection object
  * @ifnotexists: Set to %TRUE if table should be created with "IFNOTEXISTS" option
  * @error: container for error storage
  *
- * Execute a full set of steps to create tabe in the database.
- * This method is called with "IFNOTEXISTS" option.
- *
- * Returns: %TRUE if successful, %FALSE otherwise
- *
- * Stability: Stable
- * Since: 6.0
  */
 static gboolean
 gda_db_table_create (GdaDdlModifiable *self,
@@ -847,8 +839,7 @@ gda_db_table_append_fkey (GdaDbTable *self,
   priv->mp_fkeys = g_list_append (priv->mp_fkeys, g_object_ref (fkey));
 }
 
-/**
- * gda_db_table_rename:
+/*
  * @old_name: The originam table to rename.
  * @new_name: The new table to rename to
  * @cnc: Connection to use
@@ -910,9 +901,7 @@ on_error:
   return FALSE;
 }
 
-
-/**
- * gda_db_table_drop:
+/*
  * @self: An instance of GdaDbTable
  * @cnc: Open connection to use for the operation
  * @ifexists: Set to %TRUE if the flag "IF EXISTS" should be added.


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