mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Avoid confusing autogsdoc
This commit is contained in:
parent
04f0d76904
commit
4c687e6dee
1 changed files with 3 additions and 1 deletions
|
@ -243,6 +243,8 @@ GS_EXPORT const char* GSDebugAllocationList(BOOL changeFlag);
|
|||
*/
|
||||
GS_EXPORT const char* GSDebugAllocationListAll(void);
|
||||
|
||||
typedef NSObject *(*GSDebugAllocationTraceFunction)(id);
|
||||
|
||||
/**
|
||||
* This function activates (or deactivates) tracking all allocated
|
||||
* instances of the specified class c.<br />
|
||||
|
@ -271,7 +273,7 @@ GS_EXPORT const char* GSDebugAllocationListAll(void);
|
|||
* allocated instances of that class.
|
||||
*/
|
||||
GS_EXPORT BOOL GSDebugAllocationRecordAndTrace(
|
||||
Class c, BOOL record, NSObject* (*traceFunction)(id));
|
||||
Class c, BOOL record, GSDebugAllocationTraceFunction traceFunction);
|
||||
|
||||
/** Calls GSDebugAllocationRecordAndTrace() with a null trace function.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue