[anjuta/cxxparser] symbol-db: some cleaning on queries comments.
- From: Massimo Cora' <mcora src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjuta/cxxparser] symbol-db: some cleaning on queries comments.
- Date: Fri, 31 Jul 2009 23:27:43 +0000 (UTC)
commit 74cb72a5a424dcf2e909fb71a9e2a38f84400daf
Author: Massimo Corà <mcora src gnome org>
Date: Sat Aug 1 01:25:05 2009 +0200
symbol-db: some cleaning on queries comments.
plugins/symbol-db/symbol-db-engine-queries.c | 2 +-
plugins/symbol-db/symbol-db-engine-queries.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/symbol-db/symbol-db-engine-queries.c b/plugins/symbol-db/symbol-db-engine-queries.c
index b809b48..9711418 100644
--- a/plugins/symbol-db/symbol-db-engine-queries.c
+++ b/plugins/symbol-db/symbol-db-engine-queries.c
@@ -2734,7 +2734,7 @@ symbol_db_engine_find_symbol_in_scope (SymbolDBEngine *dbe,
MP_SET_HOLDER_BATCH_INT(priv, param, container_symbol_id, ret_bool, ret_value);
- DEBUG_PRINT ("query: %s", dyn_node->query_str);
+ /* DEBUG_PRINT ("query: %s", dyn_node->query_str); */
/* execute the query with parametes just set */
data = gda_connection_statement_execute_select (priv->db_connection,
diff --git a/plugins/symbol-db/symbol-db-engine-queries.h b/plugins/symbol-db/symbol-db-engine-queries.h
index 1d41557..33ef24c 100644
--- a/plugins/symbol-db/symbol-db-engine-queries.h
+++ b/plugins/symbol-db/symbol-db-engine-queries.h
@@ -191,7 +191,7 @@ symbol_db_engine_get_global_members_filtered (SymbolDBEngine *dbe,
/**
* No iterator for now. We need the quickest query possible.
* @param scoped_symbol_id Symbol you want to know the parent of.
- * @param db_file db-relative filename path. eg. /src/foo.c
+ * @param db_file db-relative filename path. eg. /src/foo.c Can be NULL.
*/
gint
symbol_db_engine_get_parent_scope_id_by_symbol_id (SymbolDBEngine *dbe,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]