]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update version info for APIs/members.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 18 May 2010 19:44:06 +0000 (19:44 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 18 May 2010 19:44:06 +0000 (19:44 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9140 7a7537e8-13f0-0310-91df-b6672ffda945

cups/ipp.h
cups/ppd.h
cups/versioning.h

index 1283e2587fd653c496089cb7cfa43c52e9f048fd..d24d33cac35f8ea2b2ddfaa0d3c795c00e5fc2d3 100644 (file)
@@ -414,8 +414,8 @@ struct ipp_s                                /**** IPP Request/Response/Notification ****/
 /**** New in CUPS 1.2 ****/
   ipp_attribute_t *prev;               /* Previous attribute (for read) @since CUPS 1.2/Mac OS X 10.5@ */
 
-/**** New in CUPS 1.5 ****/
-  int          use;                    /* Use count */
+/**** New in CUPS 1.4.4 ****/
+  int          use;                    /* Use count @since CUPS 1.4.4/Mac OS X 10.6.?@ */
 };
 
 
index 793afdc163eadda671e1edcd4c2881f869dd454e..008c9ffb79550d7bb0faae5045f8b8d8ef5ff283 100644 (file)
@@ -336,7 +336,7 @@ typedef struct ppd_file_s           /**** PPD File ****/
   cups_array_t *cups_uiconstraints;    /* cupsUIConstraints @since CUPS 1.4/Mac OS X 10.6@ @private@ */
 
   /**** New in CUPS 1.5 ****/
-  void         *pwg;                   /* PWG to/from PPD mappings */
+  void         *pwg;                   /* PWG to/from PPD mappings @since CUPS 1.5@ @private@ */
 } ppd_file_t;
 
 
index 7d506f8935c1251d14726cea39db004dd34caad9..323fea5a838d43dbb31416ff4295af103ba1dd87 100644 (file)
@@ -49,6 +49,7 @@
 #    define _CUPS_API_1_2 AVAILABLE_MAC_OS_X_VERSION_10_5_AND_LATER
 #    define _CUPS_API_1_3 AVAILABLE_MAC_OS_X_VERSION_10_5_AND_LATER
 #    define _CUPS_API_1_4 AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER
+#    define _CUPS_API_1_5
 #  else
 #    define _CUPS_API_1_1_19
 #    define _CUPS_API_1_1_20
@@ -56,6 +57,7 @@
 #    define _CUPS_API_1_2
 #    define _CUPS_API_1_3
 #    define _CUPS_API_1_4
+#    define _CUPS_API_1_5
 #  endif /* __APPLE__ && !_CUPS_SOURCE */
 
 /*