File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 8181 <title >Description</title >
8282
8383 <para ><function >sd_get_seats()</function > may be used to determine
84- all currently available local seats. Returns a
85- <constant >NULL</constant > terminated array of seat identifiers.
84+ all currently available local seats. Returns the number of seat
85+ identifiers and if the input pointer is non-NULL, a
86+ <constant >NULL</constant >-terminated array of seat identifiers
87+ is stored at the address.
8688 The returned array and all strings it references need to be freed
8789 with the libc
8890 <citerefentry project =' man-pages' ><refentrytitle >free</refentrytitle ><manvolnum >3</manvolnum ></citerefentry >
123125
124126 <variablelist >
125127
126- <varlistentry >
127- <term ><constant >-EINVAL</constant ></term >
128-
129- <listitem ><para >An input parameter was invalid (out of range,
130- or NULL, where that is not accepted).</para ></listitem >
131- </varlistentry >
132-
133128 <varlistentry >
134129 <term ><constant >-ENOMEM</constant ></term >
135130
You can’t perform that action at this time.
0 commit comments