Update documentation
This commit is contained in:
parent
20e111024e
commit
1d0067f2f4
2 changed files with 3 additions and 3 deletions
|
@ -317,7 +317,7 @@
|
|||
/**
|
||||
* \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,
|
||||
* must take exactly one parameter of type XMPPIQ*
|
||||
*/
|
||||
|
@ -329,7 +329,7 @@
|
|||
/**
|
||||
* \brief Sends an XMPPIQ, registering a callback block.
|
||||
*
|
||||
* \param callback The callback block
|
||||
* \param block The callback block
|
||||
*/
|
||||
- (void)sendIQ: (XMPPIQ*)iq
|
||||
callbackBlock: (xmpp_callback_block_t)block;
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
/**
|
||||
* \brief A protocol that should be (partially) implemented by delegates
|
||||
* of a XMPPRoster
|
||||
* of a XMPPRoster
|
||||
*/
|
||||
@protocol XMPPRosterDelegate
|
||||
#ifndef XMPP_ROSTER_M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue