([NotificationQueue -dequeueNotificationsMatching:coalesceMask:]):

Specify object class in arg type for nested function.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1226 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-19 20:34:29 +00:00
parent ab2f452521
commit 8ca91f872c

View file

@ -54,7 +54,9 @@
{
/* Remove from the queues notifications that match NOTIFICATION, according
the the MASK. */
void remove_matching_from_queue (id q)
/* xxx This method should be made much more efficient. Currently, it
could be a big bottleneck. */
void remove_matching_from_queue (Queue *q)
{
int i;
for (i = [q count] - 1; i >= 0; i--)