]> gitweb.factorcode.org Git - factor.git/blob - basis/core-foundation/core-foundation-docs.factor
mason: made build targets into a table and added timestamp on report
[factor.git] / basis / core-foundation / core-foundation-docs.factor
1 USING: alien strings arrays help.markup help.syntax destructors ;
2 IN: core-foundation
3
4 HELP: &CFRelease
5 { $values { "alien" "Pointer to a Core Foundation object" } }
6 { $description "Marks the given Core Foundation object for unconditional release via " { $link CFRelease } " at the end of the enclosing " { $link with-destructors } " scope." } ;
7
8 HELP: |CFRelease
9 { $values { "alien" "Pointer to a Core Foundation object" } }
10 { $description "Marks the given Core Foundation object for release via " { $link CFRelease } " in the event of an error at the end of the enclosing " { $link with-destructors } " scope." } ;
11
12 { CFRelease |CFRelease &CFRelease } related-words