From a8818eb2c53a76f557579f08ba2d6c81dcead119 Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Sat, 23 Feb 2019 14:50:10 +0000 Subject: Now that 0 is no longer a TickitPen attribute, a list of attributes can be terminated by 0 --- man/tickit_pen_new.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') diff --git a/man/tickit_pen_new.3 b/man/tickit_pen_new.3 index 189268c..7c9f220 100644 --- a/man/tickit_pen_new.3 +++ b/man/tickit_pen_new.3 @@ -14,7 +14,7 @@ Link with \fI\-ltickit\fP. .SH DESCRIPTION \fBtickit_pen_new\fP() creates a new \fBTickitPen\fP instance. It initially has no attributes set. .PP -\fBtickit_pen_new_attrs\fP() creates a new \fBTickitPen\fP instance and populates it with a given list of attribute values. The attributes are given as pairs; first a \fBTickitPenAttr\fP then an integer giving its value, followed finally by -1. +\fBtickit_pen_new_attrs\fP() creates a new \fBTickitPen\fP instance and populates it with a given list of attribute values. The attributes are given as pairs; first a \fBTickitPenAttr\fP then an integer giving its value, terminated by a final 0 or -1. .PP \fBtickit_pen_clone\fP() creates a new \fBTickitPen\fP instance. It initially has the same attributes values set as the one given by \fIorig\fP. .PP -- cgit v1.2.3