Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 538e0b98 authored by Martijn Coenen's avatar Martijn Coenen
Browse files

Update comments on native_handle_create.

To indicate limits.

Test: builds
Change-Id: Id5129a7f6a8f413911544dedeb02bb4e7a2f6e10
parent 96296d50
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -71,7 +71,8 @@ native_handle_t* native_handle_init(char* storage, int numFds, int numInts);
 * native_handle_create
 *
 * creates a native_handle_t and initializes it. must be destroyed with
 * native_handle_delete().
 * native_handle_delete(). Note that numFds must be <= NATIVE_HANDLE_MAX_FDS,
 * numInts must be <= NATIVE_HANDLE_MAX_INTS, and both must be >= 0.
 *
 */
native_handle_t* native_handle_create(int numFds, int numInts);