gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Implementing LaunchServices inside corebase


From: Sergio L. Pascual
Subject: Implementing LaunchServices inside corebase
Date: Wed, 13 Apr 2016 19:38:45 +0200

Hi,

While working on an implementation of LaunchServices, I've noticed that
I need to define a bunch of static CFStringRef objects (like kUTTypeText, 
kUTTypeRTF...).

Looking at corebase sources, those static CFStringRef seem to be
somewhat special, as they're defined with the CONST_STRING_DECL macro,
and initialized for runtime usage with GSRuntimeConstantInit.

Is there a way to define an static CFStringRef object outside the
corebase project?

If it isn't, it would be reasonable to implement LaunchServices as part
of the corebase project itself?

Thanks,
Sergio.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]