Top | ![]() |
![]() |
![]() |
![]() |
#define | IDE_TYPE_BUILD_RESULT |
GInputStream * | ide_build_result_get_stdout_stream () |
GInputStream * | ide_build_result_get_stderr_stream () |
void | ide_build_result_log_subprocess () |
void | ide_build_result_log_stdout () |
void | ide_build_result_log_stderr () |
GInputStream *
ide_build_result_get_stdout_stream (IdeBuildResult *result
);
Fetches a merged stdout stream for all child processes of this build result.
GInputStream *
ide_build_result_get_stderr_stream (IdeBuildResult *result
);
Fetches a merged stdedrr stream for all child processes of this build result.
void ide_build_result_log_subprocess (IdeBuildResult *result
,GSubprocess *subprocess
);
void ide_build_result_log_stdout (IdeBuildResult *result
,const gchar *format
,...
);
void ide_build_result_log_stderr (IdeBuildResult *result
,const gchar *format
,...
);