diff options
Diffstat (limited to 'src/runtime/haskell-bind/PgfLow.hs')
| -rw-r--r-- | src/runtime/haskell-bind/PgfLow.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/runtime/haskell-bind/PgfLow.hs b/src/runtime/haskell-bind/PgfLow.hs index 1eb45b54e..0caad1ab9 100644 --- a/src/runtime/haskell-bind/PgfLow.hs +++ b/src/runtime/haskell-bind/PgfLow.hs @@ -92,6 +92,10 @@ type Callback = Ptr PgfMorphoCallback -> CString -> CString -> Float -> Ptr GuEx foreign import ccall "wrapper" wrapLookupMorpho :: Callback -> IO (FunPtr Callback) +type Languages = Ptr GuMapItor -> Ptr () -> Ptr () -> Ptr GuExn -> IO () + +foreign import ccall "wrapper" + wrapLanguages :: Languages -> IO (FunPtr Languages) --GuEnum* pgf_fullform_lexicon(PgfConcr *concr, GuPool* pool); foreign import ccall "pgf/pgf.h pgf_fullform_lexicon" |
