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

/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsXPCOMPrivate.h67 * of type XPCOMExitRoutine.
75 typedef NS_CALLBACK(XPCOMExitRoutine)(void); typedef
78 NS_RegisterXPCOMExitRoutine(XPCOMExitRoutine exitRoutine, PRUint32 priority);
81 NS_UnregisterXPCOMExitRoutine(XPCOMExitRoutine exitRoutine);
117 typedef nsresult (* RegisterXPCOMExitRoutineFunc)(XPCOMExitRoutine exitRoutine, PRUint32 priority);
118 typedef nsresult (* UnregisterXPCOMExitRoutineFunc)(XPCOMExitRoutine exitRoutine);

Completed in 42 milliseconds