[gnome-builder] ide-subprocess: instrument another function



commit 6d5d991e57eb909f16ae7cca580f02b3bc4b7287
Author: Cosimo Cecchi <cosimo endlessm com>
Date:   Wed Dec 28 17:28:38 2016 -0800

    ide-subprocess: instrument another function
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779976

 libide/subprocess/ide-breakout-subprocess.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libide/subprocess/ide-breakout-subprocess.c b/libide/subprocess/ide-breakout-subprocess.c
index 1cf451c..beb7c3e 100644
--- a/libide/subprocess/ide-breakout-subprocess.c
+++ b/libide/subprocess/ide-breakout-subprocess.c
@@ -676,6 +676,8 @@ ide_subprocess_communicate_made_progress (GObject      *source_object,
   gpointer source;
   GTask *task;
 
+  IDE_ENTRY;
+
   g_assert (source_object != NULL);
 
   task = user_data;
@@ -739,6 +741,8 @@ ide_subprocess_communicate_made_progress (GObject      *source_object,
 
   /* And drop the original ref */
   g_object_unref (task);
+
+  IDE_EXIT;
 }
 
 static CommunicateState *


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