X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/bb5f99272ae78a2ddc07e0a54025baab39d84c49..559bcf15ef66d20d7e8527c690c0b4e5a66b6381:/src/uobject/uobject.h diff --git a/src/uobject/uobject.h b/src/uobject/uobject.h index 7319ee6..0d0d45c 100644 --- a/src/uobject/uobject.h +++ b/src/uobject/uobject.h @@ -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