GLib.TimeVal.prototype.add
function add(microseconds: Number(glong)): void { // Gjs wrapper for g_time_val_add() }
Adds the given number of microseconds to time_. microseconds can also be negative to decrease the value of time_.
- microseconds
number of microseconds to add to @time