[libsocialweb] documentation: ItemView D-Bus interface
- From: Alban Crequy <albanc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsocialweb] documentation: ItemView D-Bus interface
- Date: Thu, 31 Mar 2011 15:35:06 +0000 (UTC)
commit 55a5166268e9c3266c652b3f807b27f13b7c7f06
Author: Alban Crequy <alban crequy collabora co uk>
Date: Thu Mar 10 16:20:33 2011 +0000
documentation: ItemView D-Bus interface
interfaces/sw-item-view.xml | 20 +++++++++++++++++---
1 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/interfaces/sw-item-view.xml b/interfaces/sw-item-view.xml
index d3200c5..8f825ab 100644
--- a/interfaces/sw-item-view.xml
+++ b/interfaces/sw-item-view.xml
@@ -10,15 +10,29 @@
<method name="Close" tp:name-for-bindings="Close"/>
<signal name="ItemsAdded" tp:name-for-bindings="Items_Added">
- <arg name="items" type="a(ssxa{ss})"/>
+ <arg name="items" type="a(ssxa{ss})">
+ <tp:docstring>
+ Array of items added. It contains: service, id, time, hash of
+ attributes.
+ </tp:docstring>
+ </arg>
</signal>
<signal name="ItemsRemoved" tp:name-for-bindings="Items_Removed">
- <arg name="items" type="a(ss)"/>
+ <arg name="items" type="a(ss)">
+ <tp:docstring>
+ Array of items removed. It contains: service, id.
+ </tp:docstring>
+ </arg>
</signal>
<signal name="ItemsChanged" tp:name-for-bindings="Items_Changed">
- <arg name="items" type="a(ssxa{ss})"/>
+ <arg name="items" type="a(ssxa{ss})">
+ <tp:docstring>
+ Array of items changed. It contains: service, id, time, hash of
+ attributes.
+ </tp:docstring>
+ </arg>
</signal>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]