summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2013-08-16 13:35:32 +0200
committerJens Georg <mail@jensge.org>2014-05-28 18:59:16 +0200
commite1be1a3c6b577f6440dffef72001bb3669b8f315 (patch)
tree1a978a95214bd47b3c69e00599650d8b63efd2a8
parentbd9dfdc3a8cb435bd6a7c43ecb8be0afa73814b9 (diff)
downloadgupnp-e1be1a3c6b577f6440dffef72001bb3669b8f315.tar.gz
Make "document" property readable
https://bugzilla.gnome.org/show_bug.cgi?id=706123
-rw-r--r--libgupnp/gupnp-device-info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgupnp/gupnp-device-info.c b/libgupnp/gupnp-device-info.c
index 24f721c..b314eee 100644
--- a/libgupnp/gupnp-device-info.c
+++ b/libgupnp/gupnp-device-info.c
@@ -334,7 +334,7 @@ gupnp_device_info_class_init (GUPnPDeviceInfoClass *klass)
"The XML document related to this "
"device",
GUPNP_TYPE_XML_DOC,
- G_PARAM_WRITABLE |
+ G_PARAM_READWRITE |
G_PARAM_CONSTRUCT_ONLY |
G_PARAM_STATIC_NAME |
G_PARAM_STATIC_NICK |