| 299 gboolean purple_protocol_client_offline_message(PurpleProtocolClient *client, PurpleBuddy *buddy); |
299 gboolean purple_protocol_client_offline_message(PurpleProtocolClient *client, PurpleBuddy *buddy); |
| 300 |
300 |
| 301 /** |
301 /** |
| 302 * purple_protocol_client_get_account_text_table: |
302 * purple_protocol_client_get_account_text_table: |
| 303 * @client: The #PurpleProtocolClient instance. |
303 * @client: The #PurpleProtocolClient instance. |
| 304 * @account: A #PurpleAccount instance. |
304 * @account: (nullable): A #PurpleAccount instance. |
| 305 * |
305 * |
| 306 * Gets the account text table which allows protocols to specify additional |
306 * Gets the account text table which allows protocols to specify additional |
| 307 * strings to be used for various purposes. The idea is to stuff a bunch of |
307 * strings to be used for various purposes. The idea is to stuff a bunch of |
| 308 * strings in this hash table instead of expanding the struct for every |
308 * strings in this hash table instead of expanding the struct for every |
| 309 * addition. |
309 * addition. |