1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00
profanity/src/pgp
Michael Vetter e59c401c84 Adapt to g_string_free glib 2.75.3 change
glib 2.75.3 changes warning behaviour of `g_string_free()`.
See:
* https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3219
* https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3226

Use this opportunity to replace the use of GString with
`g_strdup_printf()` where possible.
Otherwise correctly take the return value of `g_string_free()`
which is nicer anyways.
2023-03-21 10:53:10 +01:00
..
gpg.c Adapt to g_string_free glib 2.75.3 change 2023-03-21 10:53:10 +01:00
gpg.h Split ox functions from gpg.c to ox.c 2022-06-29 09:17:15 +02:00
ox.c Update copyright year 2023-01-10 10:37:25 +01:00
ox.h Update copyright year 2023-01-10 10:37:25 +01:00