ObjFW  Check-in [834ee6db92]

Overview
Comment:OFUDPSocket: Fix documentation typo
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 834ee6db92243678af9c1fa2cdf374715f7ee7101e80804f0d45ced937978f13
User & Date: js on 2014-02-04 21:45:33
Other Links: manifest | tags
Context
2014-02-05
09:02
Documentation improvements check-in: e96ab3a2be user: js tags: trunk
2014-02-04
21:45
OFUDPSocket: Fix documentation typo check-in: 834ee6db92 user: js tags: trunk
21:45
OFUDPSocket: Conform to OFCopying check-in: f836f5e65d user: js tags: trunk
Changes

Modified src/OFUDPSocket.h from [39a630ec7b] to [02587fac57].

191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
 *		 datagram has been received. If the method returns true, it
 *		 will be called again with the same buffer and maximum length
 *		 when more datagrams have been received. If you want the next
 *		 method in the queue to handle the datagram received next, you
 *		 need to return false from the method.
 * @param selector The selector to call on the target. The signature must be
 *		   `bool (OFUDPSocket *socket, void *buffer, size_t length,
 *		   of_udp_socket_address_t*, OFException *exception)`.
 */
- (void)asyncReceiveIntoBuffer: (void*)buffer
			length: (size_t)length
			target: (id)target
		      selector: (SEL)selector;

#ifdef OF_HAVE_BLOCKS







|







191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
 *		 datagram has been received. If the method returns true, it
 *		 will be called again with the same buffer and maximum length
 *		 when more datagrams have been received. If you want the next
 *		 method in the queue to handle the datagram received next, you
 *		 need to return false from the method.
 * @param selector The selector to call on the target. The signature must be
 *		   `bool (OFUDPSocket *socket, void *buffer, size_t length,
 *		   of_udp_socket_address_t, OFException *exception)`.
 */
- (void)asyncReceiveIntoBuffer: (void*)buffer
			length: (size_t)length
			target: (id)target
		      selector: (SEL)selector;

#ifdef OF_HAVE_BLOCKS