summaryrefslogtreecommitdiff
path: root/gupnp-av-1.0
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2009-08-24 15:53:47 +0300
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2009-08-25 01:13:12 +0300
commitf54e3b37f9afad680572dbc069463b9466a181a7 (patch)
tree35a7c7210eca76a01ae546653054b52c9d8a5f7f /gupnp-av-1.0
parentd7f33e6235bbc06f670c567e1a5a466b6a2b392a (diff)
downloadgupnp-vala-f54e3b37f9afad680572dbc069463b9466a181a7.tar.gz
DIDLLiteObject:restricted is boolean type
Diffstat (limited to 'gupnp-av-1.0')
-rw-r--r--gupnp-av-1.0/gupnp-av-1.0.gi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gupnp-av-1.0/gupnp-av-1.0.gi b/gupnp-av-1.0/gupnp-av-1.0.gi
index cc309c1..fc78298 100644
--- a/gupnp-av-1.0/gupnp-av-1.0.gi
+++ b/gupnp-av-1.0/gupnp-av-1.0.gi
@@ -396,7 +396,7 @@
<property name="genre" type="char*" readable="1" writable="1" construct="0" construct-only="0"/>
<property name="id" type="char*" readable="1" writable="1" construct="0" construct-only="0"/>
<property name="parent-id" type="char*" readable="1" writable="1" construct="0" construct-only="0"/>
- <property name="restricted" type="char*" readable="1" writable="1" construct="0" construct-only="0"/>
+ <property name="restricted" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
<property name="title" type="char*" readable="1" writable="1" construct="0" construct-only="0"/>
<property name="track-number" type="gint" readable="1" writable="1" construct="0" construct-only="0"/>
<property name="upnp-class" type="char*" readable="1" writable="1" construct="0" construct-only="0"/>