comparison src/conversation.h @ 6605:943b03bcecf5

[gaim-migrate @ 7129] Added some signal documentation. The conversation signal docs are taking forever. Who wants to help? :) committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 24 Aug 2003 06:32:28 +0000
parents f30579b25253
children 42fdf16f1dad
comparison
equal deleted inserted replaced
6604:693262ed19dc 6605:943b03bcecf5
18 * 18 *
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software 20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 * 22 *
23 * @signal displaying-im-msg 23 * @see @ref conversation-signals
24 * @signal displayed-im-msg
25 * @signal sending-im-msg
26 * @signal sent-im-msg
27 * @signal received-im-msg
28 * @signal displaying-chat-msg
29 * @signal displayed-chat-msg
30 * @signal sending-chat-msg
31 * @signal sent-chat-msg
32 * @signal received-chat-msg
33 * @signal conversation-switching
34 * @signal conversation-switched
35 * @signal conversation-created
36 * @signal deleting-conversation
37 * @signal buddy-typing
38 * @signal chat-buddy-joining
39 * @signal chat-buddy-joined
40 * @signal chat-buddy-leaving
41 * @signal chat-buddy-left
42 * @signal chat-inviting-user
43 * @signal chat-invited-user
44 * @signal chat-invited
45 * @signal chat-joined
46 * @signal chat-left
47 */ 24 */
48 #ifndef _GAIM_CONVERSATION_H_ 25 #ifndef _GAIM_CONVERSATION_H_
49 #define _GAIM_CONVERSATION_H_ 26 #define _GAIM_CONVERSATION_H_
50 27
51 /**************************************************************************/ 28 /**************************************************************************/