]> git.draconx.ca Git - upkg.git/blobdiff - src/uobject/package.h
package: Move package search code to the VFS.
[upkg.git] / src / uobject / package.h
index e8cb4a8c2b951201e88e5dc9751c2bf59e4e5ae1..32f76b848eb7323a32f68673495c73cce32b327c 100644 (file)
@@ -38,6 +38,7 @@ typedef struct UPkgClass UPkgClass;
 
 struct UPkg {
        GTypeModule parent;
+       struct upkg *pkg;
 };
 
 struct UPkgClass {
@@ -45,6 +46,6 @@ struct UPkgClass {
 };
 
 GType u_pkg_get_type(void);
-GTypeModule *u_pkg_new(const char *name);
+GTypeModule *u_pkg_open(const char *name);
 
 #endif