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

/vbox/src/libs/xpcom18a4/python/src/
H A DPyGBase.cpp615 const char *szPropertyName,
622 if ( m_pPyObject == NULL || szPropertyName == NULL )
627 strncat(buf, szPropertyName, sizeof(buf)*sizeof(buf[0])-strlen(buf)-1);
638 ret = HandleNativeGatewayError(szPropertyName);
641 ob_ret = PyObject_GetAttrString(real_ob, (char *)szPropertyName);
645 szPropertyName, szPropertyName);
655 ret = HandleNativeGatewayError(szPropertyName);
663 const char *szPropertyName,
667 if ( m_pPyObject == NULL || szPropertyName
614 InvokeNativeGetViaPolicy( const char *szPropertyName, PyObject **ppResult ) argument
662 InvokeNativeSetViaPolicy( const char *szPropertyName, ... ) argument
[all...]

Completed in 953 milliseconds