Searched refs:intArr (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/dbus/
H A Ddocument-interface.cpp1301 GArray * intArr = g_array_new (TRUE, TRUE, sizeof(double)); local
1303 g_array_append_val (intArr, x);
1304 g_array_append_val (intArr, y);
1305 return intArr;

Completed in 17 milliseconds