]> git.draconx.ca Git - upkg.git/commitdiff
uobject: Make the relevant UPkg available to objects.
authorNick Bowler <nbowler@draconx.ca>
Wed, 16 May 2012 00:29:08 +0000 (20:29 -0400)
committerNick Bowler <nbowler@draconx.ca>
Wed, 16 May 2012 00:29:08 +0000 (20:29 -0400)
Instead of passing around raw "struct upkg" pointers, keep the
GTypeModule implementation around instead (which contains this
information).  This allows access to all package functions; in
particular, it allows access to the package name.

Modify implementations to get the raw "struct upkg" from the upkg_file
reference instead.


No differences found