LibreOffice Module onlineupdate (master) 1
|
#include <Cocoa/Cocoa.h>
#include <CoreServices/CoreServices.h>
#include <crt_externs.h>
#include <stdlib.h>
#include <stdio.h>
#include <spawn.h>
#include "readstrings.h"
Go to the source code of this file.
Functions | |
void | LaunchChild (int argc, char **argv) |
void | LaunchMacPostProcess (const char *aAppBundle) |
Variables | |
static cpu_type_t | pref_cpu_types [2] |
void LaunchChild | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 28 of file launchchild_osx.mm.
References i, NULL, pref_cpu_types, and result.
Referenced by LaunchCallbackApp().
void LaunchMacPostProcess | ( | const char * | aAppBundle | ) |
Definition at line 78 of file launchchild_osx.mm.
References init(), MAX_TEXT_LEN, ReadStrings(), and values.
Referenced by LaunchCallbackAndPostProcessApps().
|
static |
Definition at line 18 of file launchchild_osx.mm.
Referenced by LaunchChild().