[CalendarServer-changes] [11433] CalendarServer/branches/users/glyph/launchd-wrapper-bis/twext/ python/launchd.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 26 01:21:58 PDT 2013


Revision: 11433
          http://trac.calendarserver.org//changeset/11433
Author:   glyph at apple.com
Date:     2013-06-26 01:21:58 -0700 (Wed, 26 Jun 2013)
Log Message:
-----------
Documentation.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/launchd-wrapper-bis/twext/python/launchd.py

Modified: CalendarServer/branches/users/glyph/launchd-wrapper-bis/twext/python/launchd.py
===================================================================
--- CalendarServer/branches/users/glyph/launchd-wrapper-bis/twext/python/launchd.py	2013-06-26 08:21:51 UTC (rev 11432)
+++ CalendarServer/branches/users/glyph/launchd-wrapper-bis/twext/python/launchd.py	2013-06-26 08:21:58 UTC (rev 11433)
@@ -26,6 +26,10 @@
 @var lib: a L{cffi} "U{dynamic library object
     <http://cffi.readthedocs.org/en/release-0.6/#the-verification-step>}"
     wrapping the functions exposed by C{launch.h}.
+
+ at var constants: Select C{LAUNCH_*} constants from C{launch.h}, exposed as plain
+    Python values.  Note that this is not a complete wrapping, but as the
+    header file suggests, these APIs are only for use during check-in.
 """
 
 from __future__ import print_function
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130626/88a2619e/attachment.html>


More information about the calendarserver-changes mailing list