ApplicationCommandLine.getStdin

Gets the stdin of the invoking process.

The gio.InputStream can be used to read data passed to the standard input of the invoking process. This doesn't work on all platforms. Presently, it is only available on UNIX when using a DBus daemon capable of passing file descriptors. If stdin is not available then NULL will be returned. In the future, support may be expanded to other platforms.

You must only call this function once per commandline invocation.

class ApplicationCommandLine
getStdin
()

Return Value

a gio.InputStream for stdin

Meta

Since

2.34