| 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); |