Changeset 26979 in vbox for trunk/src/libs/xpcom18a4/python
- Timestamp:
- Mar 2, 2010 11:14:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/src/module/_xpcom.cpp
r22847 r26979 245 245 Py_BEGIN_ALLOW_THREADS; 246 246 r = XPTC_InvokeByIndex(pis, index, arg_helper.m_num_array, arg_helper.m_var_array); 247 /** @todo bird: Maybe we could processing pending XPCOM events here to make 248 * life a bit simpler inside python? */ 247 249 Py_END_ALLOW_THREADS; 248 250 if ( NS_FAILED(r) )
Note:
See TracChangeset
for help on using the changeset viewer.