1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00
irssi/src/fe-text
ailin-nemui db9aa817d5
Merge pull request #1246 from ailin-nemui/wrong-prefixes
correct wrong function prefixes

Module authors will have to adapt these changes:

    [M] 'constant I_INPUT_READ'    {G_INPUT_READ}
    [M] 'constant I_INPUT_WRITE'    {G_INPUT_WRITE}
    [M] 'function int i_input_add(GIOChannel*, int, GInputFunction, void*)'    {g_input_add}
    [M] 'function int i_input_add_full(GIOChannel*, int, int, GInputFunction, void*)'    {g_input_add_full}
    [M] 'function int i_input_add_poll(int, int, int, GInputFunction, void*)'    {g_input_add_poll}
    [M] 'function GIOChannel* i_io_channel_new(int)'    {g_io_channel_new}
    [M] 'function int i_io_channel_read_block(GIOChannel*, void*, int)'    {g_io_channel_read_block}
    [M] 'function int i_io_channel_write_block(GIOChannel*, void*, int)'    {g_io_channel_write_block}
    [M] 'function int i_istr_cmp(gconstpointer, gconstpointer)'    {g_istr_cmp}
    [M] 'function int i_istr_equal(gconstpointer, gconstpointer)'    {g_istr_equal}
    [M] 'function guint i_istr_hash(gconstpointer)'    {g_istr_hash}
    [M] 'function void i_log_func(const char*, GLogLevelFlags, const char*)'    {glog_func}
    [M] 'function GSList* i_slist_delete_string(GSList*, const char*, GDestroyNotify)'    {gslist_delete_string}
    [M] 'function GSList* i_slist_find_icase_string(GSList*, const char*)'    {gslist_find_icase_string}
    [M] 'function GSList* i_slist_find_string(GSList*, const char*)'    {gslist_find_string}
    [M] 'function void* i_slist_foreach_find(GSList*, FOREACH_FIND_FUNC, void*)'    {gslist_foreach_find}
    [M] 'function void i_slist_free_full(GSList*, GDestroyNotify)'    {gslist_free_full}
    [M] 'function GSList* i_slist_remove_string(GSList*, const char*)'    {gslist_remove_string}
    [M] 'function char* i_slist_to_string(GSList*, const char*)'    {gslist_to_string}
2021-01-30 21:09:26 +01:00
..
gui-entry.c refine zero width input test in empty line 2020-02-07 16:33:53 +01:00
gui-entry.h update include guard names 2019-05-01 22:22:22 +02:00
gui-expandos.c Use full paths to includes 2019-05-01 22:08:45 +02:00
gui-printtext.c properly restore the saved text dest 2020-07-04 18:19:37 +02:00
gui-printtext.h enable mirc colour processing 2020-04-28 15:46:53 +02:00
gui-readline.c correct wrong function prefixes: g_input -> i_input 2021-01-07 10:09:45 +01:00
gui-readline.h update include guard names 2019-05-01 22:22:22 +02:00
gui-windows.c make lines reformattable 2020-04-26 18:54:16 +02:00
gui-windows.h update include guard names 2019-05-01 22:22:22 +02:00
irssi.c Abort Irssi on wrong entries in the channels or servers config 2021-01-07 16:31:11 +01:00
lastlog.c make lines reformattable 2020-04-26 18:54:16 +02:00
mainwindow-activity.c Use full paths to includes 2019-05-01 22:08:45 +02:00
mainwindows-layout.c Use full paths to includes 2019-05-01 22:08:45 +02:00
mainwindows.c fix crash on startup when resizing before active_win 2019-08-27 12:42:20 +02:00
mainwindows.h update include guard names 2019-05-01 22:22:22 +02:00
Makefile.am package the meson.build files 2021-01-06 22:12:46 +01:00
meson.build make lines reformattable 2020-04-26 18:54:16 +02:00
module-formats.c Use full paths to includes 2019-05-01 22:08:45 +02:00
module-formats.h Use full paths to includes 2019-05-01 22:08:45 +02:00
module.h Use full paths to includes 2019-05-01 22:08:45 +02:00
statusbar-config.c Use full paths to includes 2019-05-01 22:08:45 +02:00
statusbar-config.h update include guard names 2019-05-01 22:22:22 +02:00
statusbar-item.h Add function to set minimum/maximum size for a statusbar item. 2008-12-01 18:18:59 +00:00
statusbar-items.c make actlist_sort a choice type now that we have it 2020-05-24 18:44:25 +02:00
statusbar.c Use full paths to includes 2019-05-01 22:08:45 +02:00
statusbar.h update include guard names 2019-05-01 22:22:22 +02:00
term-terminfo.c manually handle NUL unicode in g_utf8_get_next_char_validated 2020-04-28 15:40:21 +02:00
term.c Use full paths to includes 2019-05-01 22:08:45 +02:00
term.h update include guard names 2019-05-01 22:22:22 +02:00
terminfo-core.c Use full paths to includes 2019-05-01 22:08:45 +02:00
terminfo-core.h update include guard names 2019-05-01 22:22:22 +02:00
textbuffer-commands.c make lines reformattable 2020-04-26 18:54:16 +02:00
textbuffer-formats.c properly restore the saved text dest 2020-07-04 18:19:37 +02:00
textbuffer-formats.h properly restore the saved text dest 2020-07-04 18:19:37 +02:00
textbuffer-view.c correct wrong function prefixes: remove g_free_true 2021-01-07 10:14:34 +01:00
textbuffer-view.h make lines reformattable 2020-04-26 18:54:16 +02:00
textbuffer.c make lines reformattable 2020-04-26 18:54:16 +02:00
textbuffer.h make lines reformattable 2020-04-26 18:54:16 +02:00