[gnome-builder/wip/chergert/perspective] build-result: use EXPLICIT_NOTIFY
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/perspective] build-result: use EXPLICIT_NOTIFY
- Date: Thu, 17 Dec 2015 12:05:51 +0000 (UTC)
commit 5668b673679f1470a56f718095fd4e79759aa69a
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]