~pete-woods/unity-api/gobject-backup

« back to all changes in this revision

Viewing changes to test/headers/includechecker.py

  • Committer: Pete Woods
  • Date: 2017-01-17 21:20:38 UTC
  • Revision ID: pete.woods@canonical.com-20170117212038-lljlru8bwzyux3qs
unity::shell::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):