]> git.draconx.ca Git - upkg.git/blobdiff - src/uobject/uobject.h
uobject: Add a helper function to load objects from packages.
[upkg.git] / src / uobject / uobject.h
index 7319ee68efb2d0b5b89aaa271c81c0e8844fdf8c..0d0d45c1692b2568da4655f369143d3786617866 100644 (file)
@@ -54,4 +54,6 @@ GType u_object_get_type(void);
 
 int u_object_deserialize(GObject *obj, struct upkg *pkg, unsigned long idx);
 
+GObject *u_object_new_from_package(struct upkg *pkg, unsigned long idx);
+
 #endif