introspect everything, using #ifndef __G_IR_SCANNER__ to filter out things that confuse g-i
Submitted by Simon McVittie
Assigned to Telepathy bugs list
Description
introspection.am currently whitelists particular files for introspection.
Eventually, we should expand it to cover everything, and use #ifndef G_IR_SCANNER where needed (e.g. to cut out tp_g_value_slice_new in Bug #54543).
When adding new files to the introspection list, we should take a "before" copy of TelepathyGLib-0.12.gir, and diff them.