[pywin32-checkins] pywin32/win32/src win32service.i,1.6,1.7
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-01-30 13:38:47
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18031 Modified Files: win32service.i Log Message: Autoduck correction. Index: win32service.i =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/win32service.i,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** win32service.i 8 Jan 2005 00:15:07 -0000 1.6 --- win32service.i 30 Jan 2005 13:38:37 -0000 1.7 *************** *** 133,137 **** ! // @object PyHDESK|Object representing a handle to a desktop, created by CreateDesktop, GetThreadDesktop, and OpenDesktop. class PyHDESK : public PyHANDLE --- 133,138 ---- ! // @object PyHDESK|Object representing a handle to a desktop, created by ! // <om win32service.CreateDesktop>, <om win32service.GetThreadDesktop> and <om win32service.OpenDesktop>. class PyHDESK : public PyHANDLE *************** *** 263,267 **** } ! // @pymethod (PyUNICODE,...)|PyHWINSTA|EnumDesktops|Lists names of desktops in the window station PyObject *PyHWINSTA::EnumDesktops(PyObject *self, PyObject *args) { --- 264,268 ---- } ! // @pymethod (PyUNICODE,...)|<o PyHWINSTA>|EnumDesktops|Lists names of desktops in the window station PyObject *PyHWINSTA::EnumDesktops(PyObject *self, PyObject *args) { |