Skip to content
Commit d59dad57 authored by Philip Chimento's avatar Philip Chimento 🚮 Committed by Philip Chimento
Browse files

function: Fix Function.length for GI functions

The "length" property of a function is supposed to contain the number of
arguments in its signature. This was implemented for GI functions, but
due to a missing ++ it always returned 0.

https://bugzilla.gnome.org/show_bug.cgi?id=777205
parent 3bc03f1f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment