[gnome-builder] build-result: use EXPLICIT_NOTIFY



commit 5d6305dd530a8d9e091b0054dafb13df7d662aa0
Author: Christian Hergert <chergert redhat com>
Date:   Thu Dec 17 03:59:11 2015 -0800

    build-result: use EXPLICIT_NOTIFY

 libide/ide-build-result.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libide/ide-build-result.c b/libide/ide-build-result.c
index 41a2f51..0daa132 100644
--- a/libide/ide-build-result.c
+++ b/libide/ide-build-result.c
@@ -363,14 +363,14 @@ ide_build_result_class_init (IdeBuildResultClass *klass)
                          "Mode",
                          "The name of the current build step",
                          NULL,
-                         (G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+                         (G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_EXPLICIT_NOTIFY));
 
   properties [PROP_RUNNING] =
     g_param_spec_boolean ("running",
                           "Running",
                           "If the build process is still running.",
                           FALSE,
-                          (G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+                          (G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_EXPLICIT_NOTIFY));
 
   g_object_class_install_properties (object_class, LAST_PROP, properties);
 


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