libgpac
Documentation of the core library of GPAC
carbon_hook.c File Reference
#include <gpac/setup.h>
+ Include dependency graph for carbon_hook.c:

Functions

void carbon_remove_hook (void)
 
void carbon_set_hook (void)
 
void gpac_open_urls (const char *urls)
 
int gf_dynstrcat (char **str, const char *to_append, const char *sep)
 dynamic string concatenation More...
 
static pascal OSErr sdl_ae_open_doc (const AppleEvent *ae_event, AppleEvent *ae_reply, long ae_ref_count)
 

Variables

static AEEventHandlerUPP open_doc_UPP
 

Function Documentation

◆ carbon_remove_hook()

void carbon_remove_hook ( void  )
+ Here is the caller graph for this function:

◆ carbon_set_hook()

void carbon_set_hook ( void  )
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ gpac_open_urls()

void gpac_open_urls ( const char *  urls)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ sdl_ae_open_doc()

static pascal OSErr sdl_ae_open_doc ( const AppleEvent *  ae_event,
AppleEvent *  ae_reply,
long  ae_ref_count 
)
static
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ open_doc_UPP

AEEventHandlerUPP open_doc_UPP
static