~dobey/unity-api/add-simple-logger

« back to all changes in this revision

Viewing changes to test/headers/includechecker.py

  • Committer: Bileto Bot
  • Date: 2017-01-19 13:54:21 UTC
  • mfrom: (264.1.2 trunk)
  • Revision ID: ci-train-bot@canonical.com-20170119135421-po3yg9p4j50vux8l
unity::util - add Glib memory management utility functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
allowed = {
38
38
    'unity/shell': { 'Qt' }, # Anything under unity/shell can include anything starting with Qt
39
39
    'unity/util/GObjectMemory': { 'glib' }, # The unity/util/GObjectMemory header can include anything starting with glib
 
40
    'unity/util/GlibMemory': { 'glib' }, # The unity/util/GlibMemory header can include anything starting with glib
40
41
}
41
42
 
42
43
def check_file(filename, permitted_includes):