[CalendarServer-changes] [9470] CalendarServer/branches/users/gaya/inviteclean/txdav/common/ datastore/sql.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 20 13:13:16 PDT 2012


Revision: 9470
          http://trac.macosforge.org/projects/calendarserver/changeset/9470
Author:   gaya at apple.com
Date:     2012-07-20 13:13:16 -0700 (Fri, 20 Jul 2012)
Log Message:
-----------
fix doc strings

Modified Paths:
--------------
    CalendarServer/branches/users/gaya/inviteclean/txdav/common/datastore/sql.py

Modified: CalendarServer/branches/users/gaya/inviteclean/txdav/common/datastore/sql.py
===================================================================
--- CalendarServer/branches/users/gaya/inviteclean/txdav/common/datastore/sql.py	2012-07-20 20:04:52 UTC (rev 9469)
+++ CalendarServer/branches/users/gaya/inviteclean/txdav/common/datastore/sql.py	2012-07-20 20:13:16 UTC (rev 9470)
@@ -2147,8 +2147,9 @@
         @param message: The proposed share name
         @type recipient: L{str}
 
-        @return: the name of the shared calendar in the new calendar home.
-        @rtype: L{str}
+        @return: L{CommonHomeChild} objects that represent the created
+            L{CommonHomeChild} as a child of the shareeHome
+        @rtype: a L{Deferred} which fires with a L{CommonHomeChild}
         """
         
         # recipient is needed for current legacy invites
@@ -2218,8 +2219,7 @@
         @param message: The proposed share name
         @type recipient: L{str}
 
-        @return: the name of the shared calendar in the new calendar home.
-        @rtype: L{str}
+        @return: L{Deferred}
         """
         # yield self.shareWith(shared._home, mode, status, message)
         dn = PropertyName.fromElement(DisplayName)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120720/931e3455/attachment.html>


More information about the calendarserver-changes mailing list