summaryrefslogtreecommitdiffstats
path: root/src/blueshift_vidmode_c.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-23 10:51:14 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-23 10:51:14 +0100
commit08bcda78b995e0a727548f0f228465754fe7be3b (patch)
tree12a9c0977f0a2b1d8cb992f209d44fb8790bf3b3 /src/blueshift_vidmode_c.c
parentc side of reading curves (diff)
downloadblueshift-08bcda78b995e0a727548f0f228465754fe7be3b.tar.gz
blueshift-08bcda78b995e0a727548f0f228465754fe7be3b.tar.bz2
blueshift-08bcda78b995e0a727548f0f228465754fe7be3b.tar.xz
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/blueshift_vidmode_c.c')
-rw-r--r--src/blueshift_vidmode_c.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/blueshift_vidmode_c.c b/src/blueshift_vidmode_c.c
index b53a23d..8b9994d 100644
--- a/src/blueshift_vidmode_c.c
+++ b/src/blueshift_vidmode_c.c
@@ -120,7 +120,8 @@ int blueshift_vidmode_open(int use_screen)
* @param use_crtc The CRTC to use
* @return {the size of the red curve, *the red curve,
* the size of the green curve, *the green curve,
- * the size of the blue curve, *the blue curve}, needs to be free:d
+ * the size of the blue curve, *the blue curve},
+ * needs to be free:d. `NULL` on error.
*/
uint16_t* blueshift_vidmode_read(int use_crtc)
{