summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2020-07-28 12:46:28 +0300
committerdartraiden <wowemuh@gmail.com>2020-07-28 12:46:28 +0300
commit4e3489ae5d3f1424de236b8cb540b67170faf30d (patch)
treeec991124a4bac4ce229b3965a77b6b4e49be2348
parent0c78d4d8ee2f3791884722d8ae4c91c87ca66f09 (diff)
Actman: no need to save symbols
-rw-r--r--plugins/Actman/services.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Actman/services.ini b/plugins/Actman/services.ini
index d68d22e9df..aadb6196a3 100644
--- a/plugins/Actman/services.ini
+++ b/plugins/Actman/services.ini
@@ -287,7 +287,7 @@ descr=Send a general request through the protocol chain for a contact
alias=MS_PROTO_GETCONTACTBASEACCOUNT
wparam=hContact
lparam=0
-return=str, account name
+return=account name (string)
descr=Return account name associated to contact (no need to free it)
[Service:Protos/ShowAccountManager]