Updating non-core libraries for monotonic? change
[factor/jcg.git] / basis / core-foundation / core-foundation-docs.factor
blobc1783cb92bd0012976c3f790a34e5bc1eec0cb6c
1 USING: alien strings arrays help.markup help.syntax destructors ;
2 IN: core-foundation
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." } ;
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." } ;
12 { CFRelease |CFRelease &CFRelease } related-words