File: ipatch-types.defs

package info (click to toggle)
libinstpatch 1.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,148 kB
  • ctags: 7,030
  • sloc: ansic: 37,958; sh: 10,747; makefile: 361; python: 27
file content (15 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
;; -*- scheme -*-
;;
;; Note, everything should be sorted in here.

;; Boxed types ...

(define-boxed Range
  (in-module "Ipatch")
  (c-name "IpatchRange")
  (gtype-id "IPATCH_TYPE_RANGE")
  (fields
    '("gint" "low")
    '("gint" "high")
  )
)