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

@@ -435,6 +435,7 @@ B_TYPE_CLASS_DEFINITION_END(b_buffer)
B_TYPE_DEFINITION_BEGIN(b_buffer)
B_TYPE_ID(0x323e6858, 0x7a43, 0x4484, 0xa6fb, 0xe3d1e47ae637);
B_TYPE_CLASS(b_buffer_class);
B_TYPE_INSTANCE_PRIVATE(struct b_buffer_p);
B_TYPE_INSTANCE_INIT(buffer_init);
B_TYPE_INSTANCE_INIT(buffer_fini);
B_TYPE_INSTANCE_FINI(buffer_fini);
B_TYPE_DEFINITION_END(b_buffer)