GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TICKIT_PEN_EQUIV_ATTR(3) FreeBSD Library Functions Manual TICKIT_PEN_EQUIV_ATTR(3)

tickit_pen_equiv_attr - test if two pens have an equivalent attribute value

#include <tickit.h>

bool tickit_pen_equiv_attr(TickitPen *a, TickitPen *b,
    TickitPenAttr attr);
bool tickit_pen_equiv(TickitPen *a, TickitPen *b)

Link with -ltickit.

tickit_pen_equiv_attr() tests whether two given pen instances have equivalent values for given attribute. It returns true if neither pen has the attribute defined, or if both have it defined to the same value.

tickit_pen_equiv() tests whether two given pen instances have equivalent values for all attributes.

tickit_pen_equiv_attr() and tickit_pen_equiv() return a boolean.

tickit_pen_new(3), tickit_pen_set_bool_attr(3), tickit_pen_set_int_attr(3), tickit_pen_set_colour_attr(3), tickit_pen_clear_attr(3), tickit_pen(7), tickit(7)

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.