[libsocialweb] Added Collections.GetDetails()



commit aec4cf7a37be81e79b6ba9d3ae5409121c737029
Author: Eitan Isaacson <eitan monotonous org>
Date:   Mon Feb 7 12:57:18 2011 -0500

    Added Collections.GetDetails()

 interfaces/sw-collections.xml |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/interfaces/sw-collections.xml b/interfaces/sw-collections.xml
index 7058d80..2f1a677 100644
--- a/interfaces/sw-collections.xml
+++ b/interfaces/sw-collections.xml
@@ -28,6 +28,32 @@
       </arg>
     </method>
 
+    <method name="GetDetails" tp:name-for-bindings="Get_Details">
+      <doc:doc>
+        <doc:description>
+          <doc:para>
+            Get details of given collection.
+          </doc:para>
+        </doc:description>
+      </doc:doc>
+
+      <arg name="collection_id" type="s" direction="in">
+        <doc:doc>
+          <doc:summary>
+            The service specific identifier of the collection.
+          </doc:summary>
+        </doc:doc>
+      </arg>
+
+      <arg name="collection_list" type="(ssuia{ss})"
+           tp:type="Collection_Details[]" direction="out">
+        <doc:doc>
+          <doc:summary>The <tp:member-ref>Collection_Details</tp:member-ref>
+            of the given collection.</doc:summary>
+        </doc:doc>
+      </arg>
+    </method>
+
     <method name="Create" tp:name-for-bindings="Create">
       <doc:doc>
         <doc:description>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]