QMLBIND_API const char * qmlbind_string_get_chars(const qmlbind_string *self)
Returns a pointer to the chars stored in the qmlbind_string.
Contains all struct definitions of libqmlbind.
QMLBIND_API void qmlbind_string_release(qmlbind_string *self)
Destroys the qmlbind_string.
an opaque struct mainly used as self argument in the methods defined in qmlbind_string.
Definition: qmlbind_global.h:66
QMLBIND_API int qmlbind_string_get_length(const qmlbind_string *self)
Returns the number of chars in this string.