Przeglądaj źródła

dbmi: update dox strings for db_set_handle

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47780 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 lat temu
rodzic
commit
edfa1e7688
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      lib/db/dbmi_base/handle.c

+ 2 - 2
lib/db/dbmi_base/handle.c

@@ -27,14 +27,14 @@ void db_init_handle(dbHandle * handle)
 }
 
 /*!
-  \brief Set handle
+  \brief Set handle (database and schema name)
 
   \param handle pointer to dbHandle
   \param dbName database name
   \param dbSchema schema name
 
   \return DB_OK on success
-  \return error code on failure
+  \return DB_FAILED on failure
 */
 int db_set_handle(dbHandle * handle, const char *dbName, const char *dbSchema)
 {