libpurple/account.h

changeset 41831
596940e90c68
parent 41773
c4acd02fdf73
child 41903
27f355b8b497
equal deleted inserted replaced
41830:5bc664b848a5 41831:596940e90c68
407 * 407 *
408 * Since: 3.0.0 408 * Since: 3.0.0
409 */ 409 */
410 void purple_account_set_status_attrs(PurpleAccount *account, 410 void purple_account_set_status_attrs(PurpleAccount *account,
411 const char *status_id, gboolean active, GHashTable *attrs); 411 const char *status_id, gboolean active, GHashTable *attrs);
412
413 /**
414 * purple_account_get_silence_suppression:
415 * @account: The account.
416 *
417 * Return whether silence suppression is used during voice call.
418 *
419 * Returns: %TRUE if suppression is used, or %FALSE if not.
420 */
421 gboolean purple_account_get_silence_suppression(PurpleAccount *account);
422
423 /**
424 * purple_account_set_silence_suppression:
425 * @account: The account.
426 * @value: %TRUE if suppression should be used.
427 *
428 * Sets whether silence suppression is used during voice call.
429 */
430 void purple_account_set_silence_suppression(PurpleAccount *account,
431 gboolean value);
432 412
433 /** 413 /**
434 * purple_account_clear_settings: 414 * purple_account_clear_settings:
435 * @account: The account. 415 * @account: The account.
436 * 416 *

mercurial