gjs-example.js revision ad29a9f14fa8b1932c0e418bfcf1c10ce6a35a33
// This currently depends on the following patches to gjs
//
function print_device (device) {
}
}
print ("");
}
}
var d;
if (d == null) {
print ("query_by_device_number 0x810 -> null");
} else {
print_device (dd);
print ("--------------------------------------------------------------------------");
while (d != null) {
print_device (d);
print ("");
d = d.get_parent ();
}
}