From 7e5a553e7b597a7d53e901307c5f46a660b9c124 Mon Sep 17 00:00:00 2001 From: Garrett Regier Date: Sat, 14 Feb 2015 11:15:50 -0800 Subject: scanner: Add --symbol-filter-cmd Add the command line flag --symbol-filter-cmd to g-ir-scanner which allows running symbol names through a filtering shell command. The symbol is sent as stdin to the filter command and expects a filtered result written to stdout. https://bugzilla.gnome.org/show_bug.cgi?id=744534 Signed-off-by: Garrett Regier --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index dc5361cd..7551c4a2 100644 --- a/.gitignore +++ b/.gitignore @@ -83,6 +83,7 @@ tests/scanner/Utility-1.0.gir tests/scanner/WarnLib-1.0.gir tests/scanner/barapp tests/scanner/Identfilter-1.0.gir +tests/scanner/Symbolfilter-1.0.gir tests/scanner/Typedefs-1.0.gir tests/doctool/DocExamples-1.0.gir tests/offsets/Offsets-1.0.gir -- cgit v1.2.1