mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
common: add and use CONNECT_SIGNAL macro
This makes the code a bit more readable IMHO (and forces us to be consistent with event handler function names). Adjust scripts/checkpatch.pl to not complain.
This commit is contained in:
parent
a036d985d7
commit
5cb1d0e83f
6 changed files with 73 additions and 101 deletions
1
scripts/checkpatch.pl
vendored
1
scripts/checkpatch.pl
vendored
|
|
@ -64,6 +64,7 @@ my @ignore = (
|
|||
"PREFER_FALLTHROUGH",
|
||||
"INITIALISED_STATIC",
|
||||
"UNNECESSARY_ELSE",
|
||||
"MACRO_ARG_PRECEDENCE",
|
||||
);
|
||||
my $help = 0;
|
||||
my $configuration_file = ".checkpatch.conf";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue