Handbook
Glossary
CFBundleCreate ( allocator bundleURL -- CFBundleRef )
Vocabulary
core-foundation
.
bundles
Inputs
allocator
an
object
bundleURL
an
object
Outputs
CFBundleRef
an
object
Definition
USING:
alien.syntax
core-foundation
core-foundation.urls
;
IN:
core-foundation.bundles
FUNCTION:
CFBundleRef
CFBundleCreate
(
CFAllocatorRef
allocator,
CFURLRef
bundleURL )