mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Use release' and
dealloc' instead of `free' in comment.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@104 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9dadd15c78
commit
945c4d195d
4 changed files with 4 additions and 4 deletions
|
@ -82,7 +82,7 @@
|
|||
withElementsCall:whileTrue:
|
||||
withElementsCall:
|
||||
isEmpty
|
||||
freeObjects
|
||||
releaseObjects
|
||||
|
||||
*/
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
|
||||
+ removeObject: anObj;
|
||||
+ unregisterForInvalidationNotification: anObj;
|
||||
/* Use these when you're free'ing an object that may have been vended
|
||||
/* Use these when you're release'ing an object that may have been vended
|
||||
or registered for invalidation notification */
|
||||
|
||||
+ (Connection*) newWithRootObject: anObj;
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
withElementsCall:whileTrue:
|
||||
withElementsCall:
|
||||
isEmpty
|
||||
freeObjects
|
||||
releaseObjects
|
||||
|
||||
*/
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
|
||||
+ removeObject: anObj;
|
||||
+ unregisterForInvalidationNotification: anObj;
|
||||
/* Use these when you're free'ing an object that may have been vended
|
||||
/* Use these when you're release'ing an object that may have been vended
|
||||
or registered for invalidation notification */
|
||||
|
||||
+ (Connection*) newWithRootObject: anObj;
|
||||
|
|
Loading…
Reference in a new issue