[introspection] Disable constructors for now
Since our types are not associated with their methods, marking
constructors makes them inaccessible from bindings. Undo for now.
diff --git a/src/hb-blob.cc b/src/hb-blob.cc
index 5c53016..5f58429 100644
--- a/src/hb-blob.cc
+++ b/src/hb-blob.cc
@@ -77,7 +77,7 @@
}
/**
- * hb_blob_create: (constructor)
+ * hb_blob_create: (Xconstructor)
* @data: (array length=length): Pointer to blob data.
* @length: Length of @data in bytes.
* @mode: Memory mode for @data.