summaryrefslogtreecommitdiff
path: root/tests/scanner/Identfilter-1.0-expected.gir
diff options
context:
space:
mode:
authorTomasz Miąsko <tomasz.miasko@gmail.com>2018-02-10 00:00:00 +0000
committerTomasz Miąsko <tomasz.miasko@gmail.com>2019-01-10 17:34:28 +0100
commitf606183a010fbec4382acb728882cc0eddbaf7f7 (patch)
treea94577a1c4baff25753e78896d700cd71797437f /tests/scanner/Identfilter-1.0-expected.gir
parent0b6bca5d69cc0f5e5564a2858f220fac8ee4789e (diff)
downloadgobject-introspection-f606183a010fbec4382acb728882cc0eddbaf7f7.tar.gz
Restore original meaning of disguised attribute.
> Certain types like GIConv and GdkAtom are pointers internally but don't > look like pointers when referenced. They have the form. > > typedef struct _X *X; > > Parse these as structures/records but mark them in the gir with a 'disguised' > attribute so that we know that they need special handling. Additionally, stop relaying on disguised attribute when deciding whether to render a page. Check number of fields instead, so as to avoid introducing large regression in the docs. Fixes #101.
Diffstat (limited to 'tests/scanner/Identfilter-1.0-expected.gir')
-rw-r--r--tests/scanner/Identfilter-1.0-expected.gir4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/scanner/Identfilter-1.0-expected.gir b/tests/scanner/Identfilter-1.0-expected.gir
index 15cd408a..c36da9f9 100644
--- a/tests/scanner/Identfilter-1.0-expected.gir
+++ b/tests/scanner/Identfilter-1.0-expected.gir
@@ -11,10 +11,10 @@ and/or use gtk-doc annotations. -->
shared-library=""
c:identifier-prefixes="Identfilter"
c:symbol-prefixes="identfilter">
- <record name="Context" c:type="identfilter_t" disguised="1">
+ <record name="Context" c:type="identfilter_t">
<source-position filename="identfilter.h" line="4"/>
</record>
- <record name="Object" c:type="identfilter_object_t" disguised="1">
+ <record name="Object" c:type="identfilter_object_t">
<source-position filename="identfilter.h" line="5"/>
<method name="foo_method" c:identifier="identfilter_object_foo_method">
<source-position filename="identfilter.h" line="8"/>