[Kde-print-devel] [Bug 124157] KDEprint incorrectly uses private CUPS APIs _ipp_add and _ipp_free

Michael Sweet mike at easysw.com
Fri Mar 24 11:25:21 CET 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=124157         




------- Additional Comments From mike easysw com  2006-03-24 11:25 -------
No, _ipp_free() and _ipp_add() are only in the 1.1.x releases (and not even all of those!), and since they start with an underscore that means they are PRIVATE APIs that are subject to change, even within minor releasess!

There is no reason to use them in user code; they are used internally by the ippAdd*() and ippDelete() functions, and by the scheduler when manipulating IPP requests. You should only be using the public, documented APIs...


More information about the Kde-print-devel mailing list