NetworkManager/clients/tui/newt
Thomas Haller 073994ca42 all: use nm_clear_g_free() instead of g_clear_pointer()
I think it's preferable to use nm_clear_g_free() instead of
g_clear_pointer(, g_free). The reasons are not very strong,
but I think it is overall preferable to have a shorthand for this
frequently used functionality.

   sed 's/\<g_clear_pointer *(\([^;]*\), *\(g_free\) *)/nm_clear_g_free (\1)/g' $(git grep -l g_clear_pointer) -i
2020-03-23 11:05:34 +01:00
..
meson.build meson: Improve nmtui and libnmt-newt build 2019-10-01 09:49:33 +02:00
nmt-newt-button-box.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-button-box.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-button.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-button.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-checkbox.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-checkbox.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-component.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-component.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-container.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-container.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-entry-numeric.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-entry-numeric.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-entry.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-entry.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-form.c tui: don't use GIOChannel to watch plain file descriptor for key press 2020-01-13 15:46:04 +01:00
nmt-newt-form.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-grid.c all: use nm_clear_g_free() instead of g_clear_pointer() 2020-03-23 11:05:34 +01:00
nmt-newt-grid.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-hacks.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-hacks.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-label.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-label.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-listbox.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-listbox.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-popup.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-popup.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-section.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-section.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-separator.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-separator.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-stack.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-stack.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-textbox.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-textbox.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-toggle-button.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-toggle-button.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-types.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-utils.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-utils.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-widget.c all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt-widget.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00
nmt-newt.h all: unify format of our Copyright source code comments 2019-10-02 17:03:52 +02:00