diff options
author | Philip Chimento <philip.chimento@gmail.com> | 2019-08-14 18:13:08 -0700 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2019-08-15 14:19:18 +0000 |
commit | 1a66c3bf75df818a9ece62eba96e2eb3f7726138 (patch) | |
tree | 174d52ce16de512e6156bc4d5b3750c8720360d7 /tests/scanner/WarnLib-1.0-expected.gir | |
parent | ba744068f2075dad4d5d3562c79034f23a6bb90a (diff) | |
download | gobject-introspection-1a66c3bf75df818a9ece62eba96e2eb3f7726138.tar.gz |
tests: Don't include "config.h" in installed files
These tests get installed, so config.h may not be available. Do the same
thing that gimarshallingtests.c and regress.c already do, and include
config.h conditionally.
Diffstat (limited to 'tests/scanner/WarnLib-1.0-expected.gir')
-rw-r--r-- | tests/scanner/WarnLib-1.0-expected.gir | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/scanner/WarnLib-1.0-expected.gir b/tests/scanner/WarnLib-1.0-expected.gir index b7f47997..62290cc3 100644 --- a/tests/scanner/WarnLib-1.0-expected.gir +++ b/tests/scanner/WarnLib-1.0-expected.gir @@ -50,7 +50,7 @@ and/or use gtk-doc annotations. --> <virtual-method name="do_boo" invoker="do_boo"> <doc xml:space="preserve" filename="warnlib.c" - line="35">Does boo.</doc> + line="38">Does boo.</doc> <source-position filename="warnlib.h" line="35"/> <return-value transfer-ownership="none"> <type name="none" c:type="void"/> @@ -59,13 +59,13 @@ and/or use gtk-doc annotations. --> <instance-parameter name="self" transfer-ownership="none"> <doc xml:space="preserve" filename="warnlib.c" - line="37">a WarnLibWhatever</doc> + line="40">a WarnLibWhatever</doc> <type name="Whatever" c:type="WarnLibWhatever*"/> </instance-parameter> <parameter name="x" transfer-ownership="none"> <doc xml:space="preserve" filename="warnlib.c" - line="38">x parameter</doc> + line="41">x parameter</doc> <type name="gint" c:type="int"/> </parameter> <parameter name="y" @@ -74,7 +74,7 @@ and/or use gtk-doc annotations. --> allow-none="1"> <doc xml:space="preserve" filename="warnlib.c" - line="39">y parameter</doc> + line="42">y parameter</doc> <type name="gpointer" c:type="gpointer"/> </parameter> </parameters> @@ -102,7 +102,7 @@ and/or use gtk-doc annotations. --> <method name="do_boo" c:identifier="warnlib_whatever_do_boo"> <doc xml:space="preserve" filename="warnlib.c" - line="35">Does boo.</doc> + line="38">Does boo.</doc> <source-position filename="warnlib.h" line="41"/> <return-value transfer-ownership="none"> <type name="none" c:type="void"/> @@ -111,7 +111,7 @@ and/or use gtk-doc annotations. --> <instance-parameter name="self" transfer-ownership="none"> <doc xml:space="preserve" filename="warnlib.c" - line="37">a WarnLibWhatever</doc> + line="40">a WarnLibWhatever</doc> <type name="Whatever" c:type="WarnLibWhatever*"/> </instance-parameter> <parameter name="arg1" transfer-ownership="none"> @@ -185,13 +185,13 @@ and/or use gtk-doc annotations. --> <parameter name="self" transfer-ownership="none"> <doc xml:space="preserve" filename="warnlib.c" - line="37">a WarnLibWhatever</doc> + line="40">a WarnLibWhatever</doc> <type name="Whatever" c:type="WarnLibWhatever*"/> </parameter> <parameter name="x" transfer-ownership="none"> <doc xml:space="preserve" filename="warnlib.c" - line="38">x parameter</doc> + line="41">x parameter</doc> <type name="gint" c:type="int"/> </parameter> <parameter name="y" @@ -200,7 +200,7 @@ and/or use gtk-doc annotations. --> allow-none="1"> <doc xml:space="preserve" filename="warnlib.c" - line="39">y parameter</doc> + line="42">y parameter</doc> <type name="gpointer" c:type="gpointer"/> </parameter> </parameters> |