"Initial commit to Gerrit"
[profile/ivi/libgsf.git] / python / gsf-arg-types.py
1 import argtypes
2
3 arg = argtypes.StringArg()
4
5 argtypes.matcher.register('guint8*', arg)
6 argtypes.matcher.register('const-guint8*', arg)
7 argtypes.matcher.register('guint8-const*', arg)
8  
9 arg = argtypes.IntArg()
10
11 argtypes.matcher.register('GsfZipCompressionMethod', arg)