Mercurial > libervia-backend
comparison src/bridge/bridge_constructor/bridge_template.ini @ 375:502489e17685
D-Bus constructor: add Constructors specific flags (--flags argument)
dbus-xml constructor now as annotation flag to add Qt annotation usefull for the Qt frontend (bellaciao)
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 08 Aug 2011 23:04:19 +0200 |
parents | 3ea41a199b36 |
children | 9ffae6abdb05 |
comparison
equal
deleted
inserted
replaced
374:193fd5995430 | 375:502489e17685 |
---|---|
398 sig_out=a{i(ss)} | 398 sig_out=a{i(ss)} |
399 doc=Get history of a communication between two entities | 399 doc=Get history of a communication between two entities |
400 doc_param_0=from_jid: source JID | 400 doc_param_0=from_jid: source JID |
401 doc_param_1=to_jid: dest JID | 401 doc_param_1=to_jid: dest JID |
402 doc_param_2=size: size of the history (0 for the whole history) | 402 doc_param_2=size: size of the history (0 for the whole history) |
403 doc_return=Dict where key is timestamp (seconds this the Epoch), and value is a tuple (from_jid, to_jid) | 403 doc_return=Dict where key is timestamp (seconds this the Epoch), and value is a tuple (from_jid, message) |
404 | 404 |
405 [addContact] | 405 [addContact] |
406 type=method | 406 type=method |
407 category=core | 407 category=core |
408 sig_in=ss | 408 sig_in=ss |