Ejemplo n.º 1
0
///
//  Get the line length used for splitting lines.
size_t QmlZarmour::lineLength () {
    return zarmour_line_length (self);
};
Ejemplo n.º 2
0
///
//  Get the line length used for splitting lines.
size_t QZarmour::lineLength ()
{
    size_t rv = zarmour_line_length (self);
    return rv;
}