DataOutputStream.putInt32

Puts a signed 32-bit integer into the output stream.

class DataOutputStream
bool
putInt32

Parameters

data int

a #gint32.

cancellable Cancellable

optional #GCancellable object, %NULL to ignore.

Return Value

Type: bool

%TRUE if @data was successfully added to the @stream.

Throws

GException on failure.

Meta