X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=Introspect%2FMethod.js;h=0b1ad4860e103a5fedfff89bac0c20b8d7995168;hp=e0790fe5733794a3e8bad485949bb69bd0ed2c0b;hb=4ded824ce8e242535a4d4e0f954cd6f203eea139;hpb=b0ddece914e1a6769bf403ce766b3a1a0c986def diff --git a/Introspect/Method.js b/Introspect/Method.js index e0790fe..0b1ad48 100644 --- a/Introspect/Method.js +++ b/Introspect/Method.js @@ -66,8 +66,8 @@ Method = XObject.define( name : n, params: args, returns : retval, - isConstructor : flags & GI.IFunctionInfoFlags.IS_CONSTRUCTOR, - isStatic : !(flags & GI.IFunctionInfoFlags.IS_METHOD), + isConstructor : flags & GI.FunctionInfoFlags.IS_CONSTRUCTOR, + isStatic : !(flags & GI.FunctionInfoFlags.IS_METHOD), memberOf : memberOf.alias, exceptions : [], desc : NameSpace.doc(memberOf.alias + '.' + n_original)