mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
([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:
parent
ab2f452521
commit
8ca91f872c
1 changed files with 3 additions and 1 deletions
|
@ -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--)
|
||||
|
|
Loading…
Reference in a new issue