@@ -34,15 +34,15 @@ { char *cache; char *writeBuffer; size_t cacheLength, writeBufferLength; BOOL buffersWrites; - BOOL isBlocking; + BOOL blocking; } #ifdef OF_HAVE_PROPERTIES -@property (assign, setter=setBlocking:) BOOL isBlocking; +@property (assign, getter=isBlocking) BOOL blocking; #endif /** * \brief Returns a boolean whether the end of the stream has been reached. *