libqmlbind
A C library for creating QML bindings for other languages easily through exporting objects to QML
All Classes Files Functions Variables Typedefs Modules Pages
Functions
string.h File Reference

Contains all methods defined on qmlbind_string. More...

#include "qmlbind_global.h"

Go to the source code of this file.

Functions

QMLBIND_API const char * qmlbind_string_get_chars (const qmlbind_string *self)
 Returns a pointer to the chars stored in the qmlbind_string. More...
 
QMLBIND_API int qmlbind_string_get_length (const qmlbind_string *self)
 Returns the number of chars in this string. More...
 
QMLBIND_API void qmlbind_string_release (qmlbind_string *self)
 Destroys the qmlbind_string.
 

Detailed Description

Contains all methods defined on qmlbind_string.