File: gsf-arg-types.py

package info (click to toggle)
libgsf 1.14.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,644 kB
  • ctags: 3,140
  • sloc: ansic: 16,511; sh: 9,076; xml: 6,155; makefile: 454; 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)