From: Duncan C. <dun...@us...> - 2004-05-20 16:42:27
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk/general In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16040/gtk/general Modified Files: Structs.hsc Log Message: minor doc changes in preperation for 'haddock'ification change bits that trip up haddock Index: Structs.hsc =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/general/Structs.hsc,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- Structs.hsc 30 Apr 2004 20:32:44 -0000 1.21 +++ Structs.hsc 20 May 2004 16:42:16 -0000 1.22 @@ -547,7 +547,7 @@ -- Query the XID field of the socket widget. This value needs to be -- sent to the Plug widget of the other application. --- * +-- --socketGetXID :: Socket -> IO XID --socketGetXID socket = do -- winPtr <- throwIfNull "socketGetXID: the socket widget is not realized" $ |