DataOutputStream.putUint32

Puts an unsigned 32-bit integer into the stream.

class DataOutputStream
int
putUint32

Parameters

data uint

a guint32.

cancellable Cancellable

optional GCancellable object, NULL to ignore. [allow-none]

Return Value

Type: int

TRUE if data was successfully added to the stream.

Throws

GException on failure.

Meta