SCM Repository
[smlnj] / sml / branches / SMLNJ / src / eXene / graph-util / get-dpy-sig.sml |
View of /sml/branches/SMLNJ/src/eXene/graph-util/get-dpy-sig.sml
Parent Directory
|
Revision Log
Revision 26 -
(download)
(annotate)
Thu Mar 12 01:05:49 1998 UTC (22 years, 10 months ago) by monnier
Original Path: sml/trunk/src/eXene/graph-util/get-dpy-sig.sml
File size: 664 byte(s)
Thu Mar 12 01:05:49 1998 UTC (22 years, 10 months ago) by monnier
Original Path: sml/trunk/src/eXene/graph-util/get-dpy-sig.sml
File size: 664 byte(s)
Initial revision
(* get-dpy-sig.sml * * COPYRIGHT (c) 1998 Bell Labs, Lucent Technologies. * * Utility code for getting the display name and authentication information. *) signature GET_DPY = sig (* parse a string specifying a X display into its components. *) val parseDisplay : string -> { host : string, dpy : string, screen : string } (* given an optional display name, return the display and authentication * information. If the argument is NONE, then we use the DISPLAY environment * variable if it is defined, and "" if it is not defined. *) val getDpy : string option -> (string * EXeneBase.authentication option) end;
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |