diff options
Diffstat (limited to 'body/fltk-pixmap_marshal.ads')
-rw-r--r-- | body/fltk-pixmap_marshal.ads | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/body/fltk-pixmap_marshal.ads b/body/fltk-pixmap_marshal.ads index c74e0eb..d12b0f8 100644 --- a/body/fltk-pixmap_marshal.ads +++ b/body/fltk-pixmap_marshal.ads @@ -19,6 +19,12 @@ private package FLTK.Pixmap_Marshal is type chars_ptr_array_access is access all Interfaces.C.Strings.chars_ptr_array; + + + -- From Ada to C char * -- + + -- Note the resulting chars_ptr_array_access must be deallocated manually. + function To_Coltype (Value : in FLTK.Images.Pixmaps.Color_Kind) return Character; |