[gnome-builder/wip/chergert/bug1: 85/101] runner: use static scope for identifier



commit 6913b44287a92a1459447c9fc738ea00aa8ca262
Author: Christian Hergert <chergert redhat com>
Date:   Thu Aug 31 00:27:07 2017 -0700

    runner: use static scope for identifier

 libide/runner/ide-runner.c |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/libide/runner/ide-runner.c b/libide/runner/ide-runner.c
index 6436ac2..fa988f9 100644
--- a/libide/runner/ide-runner.c
+++ b/libide/runner/ide-runner.c
@@ -661,13 +661,9 @@ ide_runner_class_init (IdeRunnerClass *klass)
     g_signal_new ("spawned",
                   G_TYPE_FROM_CLASS (klass),
                   G_SIGNAL_RUN_LAST,
-                  0,
-                  NULL,
-                  NULL,
-                  NULL,
-                  G_TYPE_NONE,
-                  1,
-                  G_TYPE_STRING);
+                  0, NULL, NULL,
+                  g_cclosure_marshal_VOID__STRING,
+                  G_TYPE_NONE, 1, G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE);
 }
 
 static void


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