PreviousUpNext

15.4.1591  src/lib/x-kit/xclient/src/iccc/client-to-atom.pkg

## client-to-atom.pkg
#
# Requests from app/widget code to the atom-ximp.

# Compiled by:
#     src/lib/x-kit/xclient/xclient-internals.sublib



stipulate
    include package   threadkit;                                                                                                # threadkit             is from   src/lib/src/lib/thread-kit/src/core-thread-kit/threadkit.pkg
    #
    package xt  = xtypes;                                                                                                       # xtypes                is from   src/lib/x-kit/xclient/src/wire/xtypes.pkg
herein


    # This port is implemented in:
    #
    #     src/lib/x-kit/xclient/src/iccc/atom-ximp.pkg
    #
    package client_to_atom {
        #
        Client_To_Atom
          =
          { make_atom:       String -> xt::Atom,
            find_atom:       String -> Null_Or( xt::Atom),
            atom_to_string:  xt::Atom -> String
          };
    };                                                                                                                          # package client_to_atom
end;




Comments and suggestions to: bugs@mythryl.org

PreviousUpNext