[pango/redo-attrs: 2/16] pango/pango-version-macros.h: Mention correct version check macro




commit db51846904f30ebeaa9c172a9964168da9ad9f78
Author: Guido Günther <agx sigxcpu org>
Date:   Thu Jan 27 14:57:14 2022 +0100

    pango/pango-version-macros.h: Mention correct version check macro
    
    Pango names it PANGO_VERSION_CHECK not PANGO_CHECK_VERSION (like glib).
    Fix the one incorrect mention in the documentation comment.

 pango/pango-version-macros.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pango/pango-version-macros.h b/pango/pango-version-macros.h
index b4f78e6d..313ce69f 100644
--- a/pango/pango-version-macros.h
+++ b/pango/pango-version-macros.h
@@ -352,7 +352,7 @@
  * functions, then using functions added after version
  * %PANGO_VERSION_MAX_ALLOWED will cause warnings.
  *
- * Unless you are using PANGO_CHECK_VERSION() or the like to compile
+ * Unless you are using PANGO_VERSION_CHECK() or the like to compile
  * different code depending on the Pango version, then this should be
  * set to the same value as %PANGO_VERSION_MIN_REQUIRED.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]