]> git.draconx.ca Git - upkg.git/blobdiff - src/uobject/uobject.h
uobject: Remove the file parameter from deserialize.
[upkg.git] / src / uobject / uobject.h
index 139b5373c0ad8bd6b329a7b5b17d62453e7d189f..b9e16faa9ea16a858d73cabbf467d6c4fb0cf886 100644 (file)
@@ -47,7 +47,7 @@ struct UObject {
 struct UObjectClass {
        GObjectClass parent;
 
-       int (*deserialize)(UObject *obj, struct upkg_file *f);
+       int (*deserialize)(UObject *obj);
 };
 
 GType u_object_get_type(void);