gtk-d v2.3.2 (2014-04-12T21:00:09Z)
Home
Dub
Repo
Spawn.ReadFile
glib
Spawn
Spawn
Undocumented in source.
class
Spawn
class
ReadFile : Thread {
bool
delegate
(
string
)
read
;
FILE
*
file
;
int
lineCount
;
this
(FILE* file, bool delegate(string) read);
version
(
druntime
)
void
run
();
version
(!
druntime
)
int
run
();
}
Constructors
this
this
(FILE* file, bool delegate(string) read)
Undocumented in source.
Members
Functions
run
void
run
()
Undocumented in source. Be warned that the author may not have intended to support it.
run
int
run
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
file
FILE
*
file
;
Undocumented in source.
lineCount
int
lineCount
;
Undocumented in source.
read
bool
delegate
(
string
)
read
;
Undocumented in source.
Meta
Source
See Implementation
glib
Spawn
Spawn
aliases
ChildWatch
splitlines
classes
ReadFile
constructors
this
functions
addChildWatch
addParm
close
commandLineSync
endOfError
endOfOutput
execAsyncWithPipes
getErrorString
getExitStatus
getLastError
getOutputString
static functions
async
checkExitStatus
childWatchCallback
closePid
commandLineAsync
sync
variables
argv
childPid
childSetup
envp
error
exitStatus
externalWatch
flags
standardError
standardInput
standardOutput
stdErr
stdIn
stdOut
strError
strOutput
userData
workingDirectory