Virtual Method

IdeSubprocesscommunicate

Declaration

gboolean
communicate (
  IdeSubprocess* self,
  GBytes* stdin_buf,
  GCancellable* cancellable,
  GBytes** stdout_buf,
  GBytes** stderr_buf,
  GError** error
)

Description

No description available.

Parameters

stdin_buf GBytes*
  No description available.
 The data is owned by the caller of the function.
cancellable GCancellable*
  No description available.
 The argument can be NULL.
 The data is owned by the caller of the function.
stdout_buf GBytes**
  No description available.
 The data is owned by the caller of the function.
stderr_buf GBytes**
  No description available.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
  No description available.