ds: fix incorrect object class definitions

This commit is contained in:
2025-10-19 20:59:17 +01:00
parent ab1c2b370d
commit 03e309ea36
10 changed files with 20 additions and 10 deletions

View File

@@ -873,8 +873,9 @@ B_TYPE_CLASS_DEFINITION_END(b_number)
B_TYPE_DEFINITION_BEGIN(b_number)
B_TYPE_ID(0xa713b0ea, 0x240f, 0x4bc5, 0xbe73, 0xbc3e56401bd3);
B_TYPE_CLASS(b_number_class);
B_TYPE_INSTANCE_PRIVATE(struct b_number_p);
B_TYPE_INSTANCE_INIT(number_init);
B_TYPE_INSTANCE_INIT(number_fini);
B_TYPE_INSTANCE_FINI(number_fini);
B_TYPE_DEFINITION_END(b_number)
/*** MISC FUNCTIONS ***********************************************************/