]> git.draconx.ca Git - upkg.git/commit
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)
commitc148dfd50aef1b3f8142238a0bf88f20e95700a9
tree80030ac5def0d95bd2ce36c267035f77eb4a9417
parent95f7a657a099c844a644b8736bd18e08afd50661
uobject: Add support for decoding boolean properties.

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.
src/uobject/uobject.c