diff options
Diffstat (limited to 'other')
-rw-r--r-- | other/apidsl/tox.in.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/other/apidsl/tox.in.h b/other/apidsl/tox.in.h index 4a0ab950..577515b1 100644 --- a/other/apidsl/tox.in.h +++ b/other/apidsl/tox.in.h | |||
@@ -627,7 +627,7 @@ uint8_t[size] savedata { | |||
627 | * Sends a "get nodes" request to the given bootstrap node with IP, port, and | 627 | * Sends a "get nodes" request to the given bootstrap node with IP, port, and |
628 | * public key to setup connections. | 628 | * public key to setup connections. |
629 | * | 629 | * |
630 | * This function will attempt to connect to the node using UDP. You must use | 630 | * This function will attempt to connect to the node using UDP. You must use |
631 | * this function even if ${options.this.udp_enabled} was set to false. | 631 | * this function even if ${options.this.udp_enabled} was set to false. |
632 | * | 632 | * |
633 | * @param address The hostname or IP address (IPv4 or IPv6) of the node. | 633 | * @param address The hostname or IP address (IPv4 or IPv6) of the node. |
@@ -1209,7 +1209,7 @@ namespace friend { | |||
1209 | with error for query; | 1209 | with error for query; |
1210 | 1210 | ||
1211 | /** | 1211 | /** |
1212 | * Write the name of the friend designated by the given friend number to a byte | 1212 | * Write the status message of the friend designated by the given friend number to a byte |
1213 | * array. | 1213 | * array. |
1214 | * | 1214 | * |
1215 | * Call $size to determine the allocation size for the `status_name` | 1215 | * Call $size to determine the allocation size for the `status_name` |
@@ -1218,7 +1218,7 @@ namespace friend { | |||
1218 | * The data written to `status_message` is equal to the data received by the last | 1218 | * The data written to `status_message` is equal to the data received by the last |
1219 | * `${event status_message}` callback. | 1219 | * `${event status_message}` callback. |
1220 | * | 1220 | * |
1221 | * @param name A valid memory region large enough to store the friend's name. | 1221 | * @param status_message A valid memory region large enough to store the friend's status message. |
1222 | */ | 1222 | */ |
1223 | get(uint32_t friend_number) | 1223 | get(uint32_t friend_number) |
1224 | with error for query; | 1224 | with error for query; |