Bug 573306 – Relax callback grouping detection rules
authorAndreas Rottmann <a.rottmann@gmx.at>
Thu, 26 Feb 2009 20:17:39 +0000 (21:17 +0100)
committerAndreas Rottmann <a.rottmann@gmx.at>
Thu, 26 Feb 2009 20:17:39 +0000 (21:17 +0100)
commite49a883d0997127cd3a0ad7e522666f30190e792
tree187690408c8de64775419214762c7e57244302dd
parent1b3ce6945e359e6cfbf1805be19db9599f134e09
Bug 573306 – Relax callback grouping detection rules

Make the callback grouping heuristic more lax: consider all pointer
parameters ending in 'data' to be the user_data parameter (instead of
requiring an exact 'user_data' name).

Signed-off-by: Andreas Rottmann <a.rottmann@gmx.at>
giscanner/transformer.py