VirtualBox

Ignore:
Timestamp:
Feb 2, 2024 2:07:50 PM (13 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161435
Message:

libs/xpcom/python: Some cleanup, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/src/VariantUtils.cpp

    r94562 r103176  
    5959// ------------------------------------------------------------------------
    6060// one day we may know what they look like.
    61 inline
     61static inline
    6262PRBool
    6363IsNullDOMString( const nsAString& aString )
     
    6666}
    6767
    68 inline
     68static inline
    6969PRBool
    7070IsNullDOMString( const nsACString& aString )
     
    322322
    323323
    324 void FreeSingleArray(void *array_ptr, PRUint32 sequence_size, PRUint8 array_type)
     324static void FreeSingleArray(void *array_ptr, PRUint32 sequence_size, PRUint8 array_type)
    325325{
    326326        // Free each array element - NOT the array itself
     
    372372
    373373
    374 PRBool FillSingleArray(void *array_ptr, PyObject *sequence_ob, PRUint32 sequence_size,
    375                        PRUint32 array_element_size, PRUint8 array_type, nsIID *pIID)
     374static PRBool FillSingleArray(void *array_ptr, PyObject *sequence_ob, PRUint32 sequence_size,
     375                              PRUint32 array_element_size, PRUint8 array_type, nsIID *pIID)
    376376{
    377377        PRUint8 *pthis = (PRUint8 *)array_ptr;
     
    925925}
    926926
    927 PyObject *PyObject_FromVariantArray( Py_nsISupports *parent, nsIVariant *v)
     927DECLHIDDEN(PyObject *) PyObject_FromVariantArray( Py_nsISupports *parent, nsIVariant *v)
    928928{
    929929        nsresult nr;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette