summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-02-10 16:12:43 +0000
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-02-10 17:03:37 +0000
commitcd67dfe40b307f1294b8fc1e7e1bfb5c75f8d934 (patch)
tree91e09eb98fb768afcd5467dd7bc58a2d38093f90 /extensions
parent316f4e9fefe3a9fa2501ac9e1eb94a7889f4a323 (diff)
Implement DBus method for clear_entity
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Logger.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/extensions/Logger.xml b/extensions/Logger.xml
index b6de7dc..479f226 100644
--- a/extensions/Logger.xml
+++ b/extensions/Logger.xml
@@ -173,6 +173,31 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</method>
+ <method name="ClearEntity"
+ tp:name-for-bindings="Clear_Entity">
+ <arg direction="in" name="Account" type="o" tp:type="Account">
+ <tp:docstring>
+ The object path for the TpAccount in which logs will be cleared.
+ </tp:docstring>
+ </arg>
+
+ <arg direction="in" name="Identifier" type="s">
+ <tp:docstring>
+ The entity identifier.
+ </tp:docstring>
+ </arg>
+
+ <arg direction="in" name="Type" type="i">
+ <tp:docstring>
+ The entity type, should be one of TPL_ENTITY_CONTACT (1) or TPL_ENTITY_ROOM (2).
+ </tp:docstring>
+ </arg>
+
+ <tp:docstring>
+ Clear all logs stored for discussions with entity in account.
+ </tp:docstring>
+ </method>
+
<signal name="FavouriteContactsChanged"
tp:name-for-bindings="Favourite_Contacts_Changed">
<tp:docstring>