]> git.draconx.ca Git - upkg.git/commitdiff
uobject: Add support for decoding boolean properties.
authorNick Bowler <nbowler@draconx.ca>
Tue, 15 May 2012 01:02:51 +0000 (21:02 -0400)
committerNick Bowler <nbowler@draconx.ca>
Tue, 15 May 2012 01:09:00 +0000 (21:09 -0400)
Boolean properties have an encoded length of zero, but we were failing
spuriously due to an excessively broad error check.  Other than that, we
have already done all the necessary decoding for boolean properties, so
just wire up the appropriate GObject calls to make it happen.


No differences found