summaryrefslogtreecommitdiff
path: root/other/apidsl/tox.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'other/apidsl/tox.in.h')
-rw-r--r--other/apidsl/tox.in.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/other/apidsl/tox.in.h b/other/apidsl/tox.in.h
index e062e41f..d14e48ba 100644
--- a/other/apidsl/tox.in.h
+++ b/other/apidsl/tox.in.h
@@ -1089,6 +1089,10 @@ namespace friend {
1089 * function, this client will appear offline to the friend and no communication 1089 * function, this client will appear offline to the friend and no communication
1090 * can occur between the two. 1090 * can occur between the two.
1091 * 1091 *
1092 * WARNING, calling ${friend.delete} while there's an active ToxAV call will
1093 * result in undefined behavior. It's the client's responsibility to end all
1094 * ToxAV calls before deleting a friend.
1095 *
1092 * @param friend_number Friend number for the friend to be deleted. 1096 * @param friend_number Friend number for the friend to be deleted.
1093 * 1097 *
1094 * @return true on success. 1098 * @return true on success.