summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-03-23 00:46:02 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-04-04 21:18:05 +0000
commit09649615575b7a3286892a433479512df2a7eb40 (patch)
tree4baab7a37f834c1483a96c70081d5b6dbf287c7b /toxcore
parent40dd88596eda0eea5df67e747e93baf65cab2cbf (diff)
Migrate format-source script to new apidsl web app.
This one is unfortunately a little more complicated to use. I may add a simpler API later, but for now, it's JSON-based (because I couldn't get binary data to work without it getting mangled somewhere along the way - JSON is at least text-transport-safe).
Diffstat (limited to 'toxcore')
-rw-r--r--toxcore/tox.api.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/toxcore/tox.api.h b/toxcore/tox.api.h
index c0901d0a..87c3219a 100644
--- a/toxcore/tox.api.h
+++ b/toxcore/tox.api.h
@@ -2279,9 +2279,9 @@ namespace conference {
2279 namespace peer { 2279 namespace peer {
2280 2280
2281 /** 2281 /**
2282 * Return the number of online peers in the conference. The unsigned 2282 * Return the number of online peers in the conference. The unsigned
2283 * integers less than this number are the valid values of peer_number for 2283 * integers less than this number are the valid values of peer_number for
2284 * the functions querying these peers. Return value is unspecified on 2284 * the functions querying these peers. Return value is unspecified on
2285 * failure. 2285 * failure.
2286 */ 2286 */
2287 const uint32_t count(uint32_t conference_number) 2287 const uint32_t count(uint32_t conference_number)
@@ -2330,8 +2330,8 @@ namespace conference {
2330 namespace offline_peer { 2330 namespace offline_peer {
2331 2331
2332 /** 2332 /**
2333 * Return the number of offline peers in the conference. The unsigned 2333 * Return the number of offline peers in the conference. The unsigned
2334 * integers less than this number are the valid values of offline_peer_number for 2334 * integers less than this number are the valid values of offline_peer_number for
2335 * the functions querying these peers. Return value is unspecified on failure. 2335 * the functions querying these peers. Return value is unspecified on failure.
2336 */ 2336 */
2337 const uint32_t count(uint32_t conference_number) 2337 const uint32_t count(uint32_t conference_number)