Skip to content

Commit

Permalink
Start my GObject Introspection collection attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
mwunsch committed Mar 6, 2017
1 parent 573cd52 commit 7e84655
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ffi/introspection.rkt
@@ -0,0 +1,8 @@
#lang racket/base

(require ffi/unsafe
ffi/unsafe/define)

(define-ffi-definer define-g-irepository (ffi-lib "libgirepository-1.0"))

(define-g-irepository g_irepository_require (_fun (_pointer = #f) _string _string _int _pointer -> _pointer))

0 comments on commit 7e84655

Please sign in to comment.