X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=Introspect%2FMethod.js;h=0b1ad4860e103a5fedfff89bac0c20b8d7995168;hp=e0790fe5733794a3e8bad485949bb69bd0ed2c0b;hb=HEAD;hpb=81aed7ec1b2c9aa4b80cd4287db7ce6281a53cc0 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)