Phasor 3.3.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
AppleScript.m File Reference
import <Foundation/Foundation.h>
Include dependency graph for AppleScript.m:

Go to the source code of this file.

Classes

struct  AppleScriptResult

Functions

static char * copyString (NSString *str)
AppleScriptResult executeAppleScript (const char *script)
void freeAppleScriptResult (AppleScriptResult *r)

Function Documentation

◆ copyString()

char * copyString ( NSString * str)
static

Definition at line 10 of file AppleScript.m.

Here is the caller graph for this function:

◆ executeAppleScript()

AppleScriptResult executeAppleScript ( const char * script)

Definition at line 20 of file AppleScript.m.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ freeAppleScriptResult()

void freeAppleScriptResult ( AppleScriptResult * r)

Definition at line 54 of file AppleScript.m.

Here is the caller graph for this function: