factor/basis/core-foundation/core-foundation-docs.factor

13 lines
668 B
Factor
Raw Normal View History

USING: alien strings arrays help.markup help.syntax destructors ;
IN: core-foundation
2007-09-20 18:09:08 -04:00
HELP: &CFRelease
{ $values { "alien" "Pointer to a Core Foundation object" } }
{ $description "Marks the given Core Foundation object for unconditional release via " { $link CFRelease } " at the end of the enclosing " { $link with-destructors } " scope." } ;
HELP: |CFRelease
2008-08-23 00:00:35 -04:00
{ $values { "alien" "Pointer to a Core Foundation object" } }
{ $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." } ;
{ CFRelease |CFRelease &CFRelease } related-words