summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2010-02-16 14:11:16 +1100
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2010-02-16 14:11:16 +1100
commitd4888a59a2abcea30c043bd17068dcb799b25a2f (patch)
treee199cc0bd8c6cd80a6a4c2441bbf407dcc347005 /extensions
parentc06e7c7633386534324cf1f75a3a82a44ad3f095 (diff)
downloadtelepathy-logger-d4888a59a2abcea30c043bd17068dcb799b25a2f.tar.gz
Update spec for int64 timestamps, correct dbus-service types
Also plug a leak due to incorrect usage of tp_value_array_build
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Logger.xml10
-rw-r--r--extensions/all.xml2
2 files changed, 7 insertions, 5 deletions
diff --git a/extensions/Logger.xml b/extensions/Logger.xml
index 5abe60f..1695690 100644
--- a/extensions/Logger.xml
+++ b/extensions/Logger.xml
@@ -39,7 +39,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</tp:member>
- <tp:member type="u" name="Timestamp">
+ <tp:member type="x" name="Timestamp" tp:type="Unix_Timestamp64">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
Unix timestamp for the log entry
</tp:docstring>
@@ -69,7 +69,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<arg direction="in" name="Is_Chatroom" type="b">
<tp:docstring>
- Whether the conversation is a chatroom (i.e., XMMP's MUC) or not
+ Whether the conversation is a chatroom (i.e., XMPP MUC) or not
</tp:docstring>
</arg>
@@ -77,12 +77,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<tp:docstring>
how many entries will be returned.
- NOTE: to retreive information that would generate hight traffic, use
- the library API approach instead of DBbus.
+ NOTE: to retreive information that would generate high traffic, use
+ the library API approach instead of DBus.
</tp:docstring>
</arg>
- <arg direction="out" name="Messages" type="a(ssu)"
+ <arg direction="out" name="Messages" type="a(ssx)"
tp:type="Chat_Message[]" />
<tp:docstring>
diff --git a/extensions/all.xml b/extensions/all.xml
index 6c7af8e..cff8af8 100644
--- a/extensions/all.xml
+++ b/extensions/all.xml
@@ -25,6 +25,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA</p>
<tp:generic-types>
<tp:external-type name="Account" type="o"
from="Telepathy specification"/>
+ <tp:external-type name="Unix_Timestamp64" type="x"
+ from="Telepathy specification"/>
</tp:generic-types>
<xi:include href="Logger.xml"/>