]> git.draconx.ca Git - upkg.git/blobdiff - src/uobject/exportable.c
uobject: Rename some interface-related identifiers.
[upkg.git] / src / uobject / exportable.c
index e927ba66b57fec2f2bbfc80f905e81717834b4c8..9cb1de1240a7580fc9d0ee56f8dec983f8660d42 100644 (file)
@@ -25,7 +25,7 @@ GType u_object_exportable_get_type(void)
        static GType type = 0;
        if (type == 0) {
                static const GTypeInfo info = {
-                       sizeof (UObjectExportable),
+                       sizeof (UObjectExportableIface),
                        NULL,
                        NULL,
                };