doc/reference/pidgin/signals_gtkaccount.md

Fri, 31 Dec 2021 03:34:12 -0600

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Fri, 31 Dec 2021 03:34:12 -0600
changeset 41232
3e534f0345b0
parent 41124
95555046173e
permissions
-rw-r--r--

Replace g_time_zone_new by g_time_zone_new_identifier

The former calls the latter with a fallback to UTC, but is deprecated, so we're going to do the same for now (though maybe we should fall back to our normal `tz == NULL` handling?)

Testing Done:
Compiled.

Reviewed at https://reviews.imfreedom.org/r/1211/

Title: Account Signals
Slug: account-signals

## Account Signals

### account-modified

```c
void user_function(PurpleAccount *account, gpointer user_data);
```

Emitted when the settings for an account have been changed and saved.

**Parameters:**

**account**
: The account that has been modified.

**user_data**
: User data set when the signal handler was connected.

mercurial