valueCanSubtract
fn
bool valueCanSubtract(gobject.value.Value minuend, gobject.value.Value subtrahend)Checks if it's possible to subtract subtrahend from minuend.
Parameters
minuend | the value to subtract from |
subtrahend | the value to subtract |
Returns
true if a subtraction is possible