libpurple/purpleprotocolclient.h

changeset 41644
974d440d7fd3
parent 41205
c5513eb740aa
child 41678
77df5b4ebc67
equal deleted inserted replaced
41643:f7af70658fe5 41644:974d440d7fd3
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.

mercurial