[gnome-builder] search-context: add debugging



commit db4fa61f64378596afc6a0b06ccd01212b7fe9e1
Author: Christian Hergert <christian hergert me>
Date:   Mon Dec 15 00:42:29 2014 -0800

    search-context: add debugging

 src/search/gb-search-context.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/search/gb-search-context.c b/src/search/gb-search-context.c
index 0b85cec..bdc5af4 100644
--- a/src/search/gb-search-context.c
+++ b/src/search/gb-search-context.c
@@ -138,12 +138,16 @@ gb_search_context_results_added (GbSearchContext  *context,
                                  GList            *results,
                                  gboolean          finished)
 {
+  ENTRY;
+
   g_return_if_fail (GB_IS_SEARCH_CONTEXT (context));
   g_return_if_fail (GB_IS_SEARCH_PROVIDER (provider));
 
   /* TODO: how should we deal with priority? */
 
   context->priv->results = g_list_concat (context->priv->results, results);
+
+  EXIT;
 }
 
 /**


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