summaryrefslogtreecommitdiff
path: root/gupnp-av-1.0
diff options
context:
space:
mode:
authorJussi Kukkonen <jku@openedhand.com>2008-06-03 07:08:56 +0000
committerJussi Kukkonen <jku@openedhand.com>2008-06-03 07:08:56 +0000
commit69d5b3552c0c0e873ae4c3b904373673631e9a93 (patch)
tree6cda766de599d27ce9f9a2a938a3ac8728649574 /gupnp-av-1.0
parent7db853933aac3b0708bdc305935f59d5c457c4b9 (diff)
downloadgupnp-vala-69d5b3552c0c0e873ae4c3b904373673631e9a93.tar.gz
Require vala version 0.3.2. Derive DIDLLiteProperty from Xml.Node
git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/bindings/gupnp-vala@1016 d8cb91d7-bff9-0310-92b9-80b65e4482b2
Diffstat (limited to 'gupnp-av-1.0')
-rw-r--r--gupnp-av-1.0/gupnp-av-1.0-custom.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/gupnp-av-1.0/gupnp-av-1.0-custom.vala b/gupnp-av-1.0/gupnp-av-1.0-custom.vala
index 51e927a..8c915b7 100644
--- a/gupnp-av-1.0/gupnp-av-1.0-custom.vala
+++ b/gupnp-av-1.0/gupnp-av-1.0-custom.vala
@@ -45,7 +45,7 @@ namespace GUPnP {
}
[CCode (cname = "xmlNode", cprefix = "didl_lite_property_")]
- public class DIDLLiteProperty : DIDLLiteObject {
+ public class DIDLLiteProperty : Xml.Node {
private DIDLLiteProperty ();
public string? get_attribute (string attribute_name);
public string get_value ();