diff options
author | Jens Georg <mail@jensge.org> | 2013-08-16 13:35:32 +0200 |
---|---|---|
committer | Jens Georg <mail@jensge.org> | 2014-05-28 18:59:16 +0200 |
commit | e1be1a3c6b577f6440dffef72001bb3669b8f315 (patch) | |
tree | 1a978a95214bd47b3c69e00599650d8b63efd2a8 /libgupnp/gupnp-device-info.c | |
parent | bd9dfdc3a8cb435bd6a7c43ecb8be0afa73814b9 (diff) | |
download | gupnp-e1be1a3c6b577f6440dffef72001bb3669b8f315.tar.gz |
Make "document" property readable
https://bugzilla.gnome.org/show_bug.cgi?id=706123
Diffstat (limited to 'libgupnp/gupnp-device-info.c')
-rw-r--r-- | libgupnp/gupnp-device-info.c | 2 |
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 | |