repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Check for SYS/GL during library init. Reason is that
[AROS.git]
/
workbench
/
libs
/
muimaster
/
classes
/
process.conf
blob
9dea10a655aebfd6a04e00eb3360ff1f38d205c2
1
##begin config
2
basename Process
3
version 1.1
4
date 29.03.2016
5
superclass MUIC_Semaphore
6
classdatatype struct Process_DATA
7
##end config
8
9
##begin cdef
10
#include "mui.h"
11
#include "process_private.h"
12
##end cdef
13
14
##begin methodlist
15
OM_NEW
16
OM_GET
17
OM_DISPOSE
18
MUIM_Process_Kill
19
MUIM_Process_Launch
20
MUIM_Process_Process
21
MUIM_Process_Signal
22
##end methodlist