libpurple/protocols.h

branch
soc.2013.gobjectification.plugins
changeset 37115
7004e53e3495
parent 35581
2638707f038e
parent 37103
cdc96a002b33
child 37132
f4740b6e7525
equal deleted inserted replaced
37114:581adbabe319 37115:7004e53e3495
487 487
488 /** 488 /**
489 * purple_protocol_send_attention: 489 * purple_protocol_send_attention:
490 * @gc: The connection to send the message on. 490 * @gc: The connection to send the message on.
491 * @who: Whose attention to request. 491 * @who: Whose attention to request.
492 * @type_code: An index into the protocol's attention_types list 492 * @type_code: An index into the protocol's attention_types list determining the type
493 * determining the type of the attention request command to 493 * of the attention request command to send. 0 if protocol only defines one
494 * send. 0 if protocol only defines one (for example, Yahoo and 494 * (for example, Yahoo and MSN), but protocols are allowed to define more.
495 * MSN), but some protocols define more (MySpaceIM).
496 * 495 *
497 * Send an attention request message. 496 * Send an attention request message.
498 * 497 *
499 * Note that you can't send arbitrary PurpleAttentionType's, because there is 498 * Note that you can't send arbitrary PurpleAttentionType's, because there is
500 * only a fixed set of attention commands. 499 * only a fixed set of attention commands.

mercurial