NetworkManager/clients/tui/newt
Lubomir Rintel ee916a1e9e all: fix -Wcast-function-type warnings
GCC 8.0's -Wcast-function-type objects casting function pointers to ones
with incompatible prototypes. Sometimes we do that on purpose though.

Notably, the g_source_set_callback()'s func argument can point to functions
of various prototypes. Also, libnm-glib/nm-remote-connection is perhaps
just not worth reworking, that would just be a waste of time.

A cast to void(*)(void) avoids the GCC warning, let's use it.
2018-02-08 17:11:46 +01:00
..
meson.build meson: Improve dependency system 2018-01-10 12:20:17 +01:00
nmt-newt-button-box.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-button-box.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-button.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-button.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-checkbox.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-checkbox.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-component.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-component.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-container.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-container.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-entry-numeric.c tui: extend numeric range of NmtNewtEntryNumeric to gint64 2017-09-05 19:27:19 +02:00
nmt-newt-entry-numeric.h tui: extend numeric range of NmtNewtEntryNumeric to gint64 2017-09-05 19:27:19 +02:00
nmt-newt-entry.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-entry.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-form.c all: fix -Wcast-function-type warnings 2018-02-08 17:11:46 +01:00
nmt-newt-form.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-grid.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-grid.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-hacks.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-hacks.h all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-label.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-label.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-listbox.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-listbox.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-popup.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-popup.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-section.c all: drop trailing spaces 2018-02-07 13:32:04 +01:00
nmt-newt-section.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-separator.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-separator.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-stack.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-stack.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-textbox.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-textbox.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-toggle-button.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nmt-newt-toggle-button.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-types.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-utils.c all: replace non-leading tabs with spaces 2018-02-07 13:32:04 +01:00
nmt-newt-utils.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt-widget.c all: drop trailing spaces 2018-02-07 13:32:04 +01:00
nmt-newt-widget.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nmt-newt.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00