Searched defs:notxpcom (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_util.c320 * pointers or references, unless they are marked [notxpcom} and
324 if ((IDL_tree_property_get(ident, "notxpcom") == NULL || !(IDL_ATTR_DCL(attr_tree).f_readonly)) &&
333 "else must be marked [notxpcom] "
498 gboolean notxpcom; local
541 * [noscript] or [notxpcom].
546 notxpcom = IDL_tree_property_get(op->ident, "notxpcom") != NULL;
549 !notxpcom &&
585 * supported in xpcom or non-xpcom (marked with [notxpcom]) methods
588 if (!(notxpcom
[all...]

Completed in 43 milliseconds