File: gsf-arg-types.py

package info (click to toggle)
libgsf 1.14.21-2.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,832 kB
  • sloc: ansic: 19,574; sh: 10,358; makefile: 492; perl: 35; python: 13
file content (11 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
import argtypes

arg = argtypes.StringArg()

argtypes.matcher.register('guint8*', arg)
argtypes.matcher.register('const-guint8*', arg)
argtypes.matcher.register('guint8-const*', arg)
 
arg = argtypes.IntArg()

argtypes.matcher.register('GsfZipCompressionMethod', arg)