From 441e0073625b7ae9c69e977f510a8295e388a198 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Mon, 25 May 2015 15:20:38 -0400 Subject: tox_new returns NULL on failure. --- other/apidsl/tox.in.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'other/apidsl') diff --git a/other/apidsl/tox.in.h b/other/apidsl/tox.in.h index b769135a..5b371c17 100644 --- a/other/apidsl/tox.in.h +++ b/other/apidsl/tox.in.h @@ -516,6 +516,8 @@ static class options { * NULL, the default options are used. * * @see $iterate for the event loop. + * + * @return A new Tox instance pointer on success or NULL on failure. */ static this new(const options_t *options) { NULL, -- cgit v1.2.3