diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-02-06 19:28:33 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-02-06 19:28:33 +1300 |
commit | 547e538476a788dfeb5974f9b8ad29441d18980b (patch) | |
tree | 00a3c7d80ee403969971bc4b814876b4399f3ada /body/fltk-pixmap_marshal.ads | |
parent | befe66a0a98a58e0bdb31bb8c2db4a975a744072 (diff) |
Slightly better / more consistent comments
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; |