[anjuta-extras] class-inheritance, profiler: added IANJUTA_SYMBOL_MANAGER_SEARCH_FS_PUBLIC or PRIVATE



commit 778a9d58245277fb145b7ae3a214ef9da078f6f0
Author: Massimo Corà <mcora src gnome org>
Date:   Fri Jul 31 18:36:30 2009 +0200

    class-inheritance, profiler: added IANJUTA_SYMBOL_MANAGER_SEARCH_FS_PUBLIC or PRIVATE
    
    change that follows the slight modify to ianjuta_symbol_manager_search ().

 plugins/class-inheritance/class-inherit.c |    3 ++-
 plugins/profiler/gprof-view.c             |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/plugins/class-inheritance/class-inherit.c b/plugins/class-inheritance/class-inherit.c
index 34ee0fe..433422b 100644
--- a/plugins/class-inheritance/class-inherit.c
+++ b/plugins/class-inheritance/class-inherit.c
@@ -982,7 +982,8 @@ class_inheritance_update_graph (AnjutaClassInheritance *plugin)
 	iter = ianjuta_symbol_manager_search (sm, IANJUTA_SYMBOL_TYPE_CLASS, 
 										  TRUE,
 										  IANJUTA_SYMBOL_FIELD_SIMPLE,
-										  NULL, TRUE, TRUE, FALSE, -1, -1, NULL);
+										  NULL, TRUE, IANJUTA_SYMBOL_MANAGER_SEARCH_FS_PUBLIC, 
+	    								  FALSE, -1, -1, NULL);
 	if (!iter)
 	{
 		DEBUG_PRINT ("%s", "class_inheritance_update_graph (): search returned no items.");
diff --git a/plugins/profiler/gprof-view.c b/plugins/profiler/gprof-view.c
index 1da7f2d..21ad73a 100644
--- a/plugins/profiler/gprof-view.c
+++ b/plugins/profiler/gprof-view.c
@@ -128,7 +128,7 @@ gprof_view_show_symbol_in_editor (GProfView *self,
 													 IANJUTA_SYMBOL_FIELD_SIMPLE,
 													 symbol_name,
 													 FALSE,
-													 TRUE,
+													 IANJUTA_SYMBOL_MANAGER_SEARCH_FS_PUBLIC,
 													 FALSE,
 													 -1,
 													 -1,



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