From: Nick Bowler Date: Wed, 16 May 2012 00:29:08 +0000 (-0400) Subject: uobject: Make the relevant UPkg available to objects. X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/commitdiff_plain/76b8a4bf05701afcd1be69ff4490a7c6be431dc4?hp=76b8a4bf05701afcd1be69ff4490a7c6be431dc4 uobject: Make the relevant UPkg available to objects. 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. ---