mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Use GSObjCRuntime functions for selector types until/unless we can get
a standard runtime API that handles them. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32240 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ca854a4b3c
commit
050f3f7190
7 changed files with 29 additions and 71 deletions
|
@ -922,7 +922,7 @@ GSInvocationCallback (void *callback_data, va_alist args)
|
|||
selector = sel_getType_np(runtimeName, receiverTypes);
|
||||
if (selector == 0)
|
||||
{
|
||||
selector = sel_registerTypedName_np(runtimeName, receiverTypes);
|
||||
selector = GSSelectorFromNameAndTypes(runtimeName, receiverTypes);
|
||||
}
|
||||
if (runtimeTypes != 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue