[epiphany] ephy-bookmark: Change G_PARAM_CONSTRUCT_ONLY to G_PARAM_CONSTRUCT
- From: Gabriel - Cristian Ivascu <gabrielivascu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-bookmark: Change G_PARAM_CONSTRUCT_ONLY to G_PARAM_CONSTRUCT
- Date: Thu, 29 Sep 2016 16:10:36 +0000 (UTC)
commit b8a746b71299d92c1506ef41daec64a3880105a3
Author: Gabriel Ivascu <ivascu gabriel59 gmail com>
Date: Thu Sep 29 19:04:21 2016 +0300
ephy-bookmark: Change G_PARAM_CONSTRUCT_ONLY to G_PARAM_CONSTRUCT
Construct-only parameters will cause a failure when trying to
serialize/deserialize the given property.
src/bookmarks/ephy-bookmark.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bookmarks/ephy-bookmark.c b/src/bookmarks/ephy-bookmark.c
index ad33052..559a1c2 100644
--- a/src/bookmarks/ephy-bookmark.c
+++ b/src/bookmarks/ephy-bookmark.c
@@ -127,7 +127,7 @@ ephy_bookmark_class_init (EphyBookmarkClass *klass)
g_param_spec_pointer ("tags",
"Tags",
"The bookmark's tags",
- G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS);
obj_properties[PROP_TIME_ADDED] =
g_param_spec_int64 ("time-added",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]