Update documentation

This commit is contained in:
Florian Zeitz 2012-12-22 14:55:27 +01:00
parent 20e111024e
commit 1d0067f2f4
2 changed files with 3 additions and 3 deletions

View file

@ -317,7 +317,7 @@
/** /**
* \brief Sends an XMPPIQ, registering a callback method. * \brief Sends an XMPPIQ, registering a callback method.
* *
* \param object The object that contains the callback method * \param target The object that contains the callback method
* \param selector The selector of the callback method, * \param selector The selector of the callback method,
* must take exactly one parameter of type XMPPIQ* * must take exactly one parameter of type XMPPIQ*
*/ */
@ -329,7 +329,7 @@
/** /**
* \brief Sends an XMPPIQ, registering a callback block. * \brief Sends an XMPPIQ, registering a callback block.
* *
* \param callback The callback block * \param block The callback block
*/ */
- (void)sendIQ: (XMPPIQ*)iq - (void)sendIQ: (XMPPIQ*)iq
callbackBlock: (xmpp_callback_block_t)block; callbackBlock: (xmpp_callback_block_t)block;

View file

@ -33,7 +33,7 @@
/** /**
* \brief A protocol that should be (partially) implemented by delegates * \brief A protocol that should be (partially) implemented by delegates
* of a XMPPRoster * of a XMPPRoster
*/ */
@protocol XMPPRosterDelegate @protocol XMPPRosterDelegate
#ifndef XMPP_ROSTER_M #ifndef XMPP_ROSTER_M