File: gnome-types.defs

package info (click to toggle)
gnome-python 2.28.1%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,288 kB
  • ctags: 1,032
  • sloc: sh: 10,219; ansic: 7,997; xml: 2,464; python: 1,886; makefile: 394
file content (14 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;; -*- scheme -*-

(define-boxed GnomeModuleInfo
  (in-module "Gnome")
  (c-name GnomeModuleInfo)
  (gtype-id "GNOME_TYPE_MODULE_INFO")
  (copy-func "gnome_module_info_copy")
  (release-func "gnome_module_info_free")
  (fields
   '("const-gchar*" "name")
   '("const-gchar*" "version")
   '("const-gchar*" "description")
  )
)