1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00
profanity/src/plugins
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
..
api.c Add plugin get_barejid_from_roster function 2021-04-29 13:50:57 -04:00
api.h Add plugin get_barejid_from_roster function 2021-04-29 13:50:57 -04:00
autocompleters.c Add config.h in files were it was missing 2021-03-26 19:54:22 +01:00
autocompleters.h Apply coding style 2020-07-07 14:18:57 +02:00
c_api.c Adapt to g_string_free glib 2.75.3 change 2023-03-21 10:53:10 +01:00
c_api.h Apply coding style 2020-07-07 14:18:57 +02:00
c_plugins.c Add config.h in files were it was missing 2021-03-26 19:54:22 +01:00
c_plugins.h Apply coding style 2020-07-07 14:18:57 +02:00
callbacks.c src/plugins/callbacks.c: drop redundant NULL pointer check 2021-11-18 22:27:20 +00:00
callbacks.h Apply coding style 2020-07-07 14:18:57 +02:00
disco.c Add config.h in files were it was missing 2021-03-26 19:54:22 +01:00
disco.h Apply coding style 2020-07-07 14:18:57 +02:00
plugins.c Declare counter var inside loop 2020-11-09 11:33:33 +01:00
plugins.h Apply coding style 2020-07-07 14:18:57 +02:00
profapi.c Add plugin get_barejid_from_roster function 2021-04-29 13:50:57 -04:00
profapi.h Add plugin get_barejid_from_roster function 2021-04-29 13:50:57 -04:00
python_api.c plugin: python: fix build for Python 3.11 2022-09-24 12:49:12 +07:00
python_api.h Apply coding style 2020-07-07 14:18:57 +02:00
python_plugins.c Fix python executed during configure 2022-02-18 19:45:31 +01:00
python_plugins.h Apply coding style 2020-07-07 14:18:57 +02:00
settings.c Add config.h in files were it was missing 2021-03-26 19:54:22 +01:00
settings.h Apply coding style 2020-07-07 14:18:57 +02:00
themes.c Add config.h in files were it was missing 2021-03-26 19:54:22 +01:00
themes.h Apply coding style 2020-07-07 14:18:57 +02:00