GPollableInputStreamInterface.canPoll

struct GPollableInputStreamInterface
extern (C)
int function(GPollableInputStream* stream) canPoll;

Return Value

%TRUE if @stream is pollable, %FALSE if not.

Meta