libpurple/protocols.h

branch
soc.2013.gobjectification.plugins
changeset 37084
5cf27e3320e1
parent 37075
cf3f735b09b7
child 37087
197d965cec97
equal deleted inserted replaced
37083:065d1f68c52c 37084:5cf27e3320e1
384 /** 384 /**
385 * purple_protocol_got_account_status: 385 * purple_protocol_got_account_status:
386 * @account: The account the user is on. 386 * @account: The account the user is on.
387 * @status_id: The status ID. 387 * @status_id: The status ID.
388 * @...: A NULL-terminated list of attribute IDs and values, 388 * @...: A NULL-terminated list of attribute IDs and values,
389 * beginning with the value for %attr_id. 389 * beginning with the value for #attr_id.
390 * 390 *
391 * Notifies Purple that our account's status has changed. 391 * Notifies Purple that our account's status has changed.
392 * 392 *
393 * This is meant to be called from protocols. 393 * This is meant to be called from protocols.
394 */ 394 */
581 * purple_protocol_get_max_message_size: 581 * purple_protocol_get_max_message_size:
582 * @protocol: The protocol to query. 582 * @protocol: The protocol to query.
583 * 583 *
584 * Gets the safe maximum message size in bytes for the protocol. 584 * Gets the safe maximum message size in bytes for the protocol.
585 * 585 *
586 * See #PurpleProtocol.get_max_message_size 586 * See #PurpleProtocolClientIface.get_max_message_size
587 * 587 *
588 * Returns: Maximum message size, 0 if unspecified, -1 for infinite. 588 * Returns: Maximum message size, 0 if unspecified, -1 for infinite.
589 */ 589 */
590 gssize 590 gssize
591 purple_protocol_get_max_message_size(PurpleProtocol *protocol); 591 purple_protocol_get_max_message_size(PurpleProtocol *protocol);

mercurial