DOtherSide  0.7.1
C language library for creating bindings for the Qt QML language
Data Fields
DosQVariantArray Struct Reference

Store an array of QVariant. More...

#include <DOtherSideTypes.h>

Data Fields

int size
 The number of elements.
 
DosQVariant ** data
 The array.
 

Detailed Description

Store an array of QVariant.

Note
This struct should be freed by calling dos_qvariantarray_delete(DosQVariantArray *ptr). This in turn cleans up the internal array

The documentation for this struct was generated from the following file: