[gdk-pixbuf] Really remove &gdk-pixbuf;



commit c229f35f769410126345cf1e580a588ddd296c07
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Mar 14 16:04:35 2014 -0400

    Really remove &gdk-pixbuf;

 gdk-pixbuf/gdk-pixbuf-features.h.in |   42 +++++++++++++++++-----------------
 1 files changed, 21 insertions(+), 21 deletions(-)
---
diff --git a/gdk-pixbuf/gdk-pixbuf-features.h.in b/gdk-pixbuf/gdk-pixbuf-features.h.in
index 9c31aa3..40cf2c1 100644
--- a/gdk-pixbuf/gdk-pixbuf-features.h.in
+++ b/gdk-pixbuf/gdk-pixbuf-features.h.in
@@ -13,32 +13,32 @@
 Library version numbers.
  * @Title: Initialization and Versions
  * 
- * These macros and variables let you check the version of &gdk-pixbuf;
+ * These macros and variables let you check the version of gdk-pixbuf
  * you're linking against.
  */
 
 /**
  * GDK_PIXBUF_MAJOR:
  * 
- * Major version of &gdk-pixbuf; library, that is the first "0" in
- * "0.8.0" for example.
+ * Major version of gdk-pixbuf library, that is the "0" in
+ * "0.8.2" for example.
  */
 /**
  * GDK_PIXBUF_MINOR:
  * 
- * Minor version of &gdk-pixbuf; library, that is the "8" in
- * "0.8.0" for example.
+ * Minor version of gdk-pixbuf library, that is the "8" in
+ * "0.8.2" for example.
  */
 /**
  * GDK_PIXBUF_MICRO:
  * 
- * Micro version of &gdk-pixbuf; library, that is the last "0" in
- * "0.8.0" for example.
+ * Micro version of gdk-pixbuf library, that is the "2" in
+ * "0.8.2" for example.
  */
 /**
  * GDK_PIXBUF_VERSION:
  * 
- * Contains the full version of the &gdk-pixbuf; header as a string.
+ * Contains the full version of the gdk-pixbuf header as a string.
  * This is the version being compiled against; contrast with
  * #gdk_pixbuf_version.
  */
@@ -72,43 +72,43 @@ Library version numbers.
 /**
  * gdk_pixbuf_major_version:
  * 
- * The major version number of the &gdk-pixbuf; library.  (e.g. in 
- * &gdk-pixbuf; version 1.2.5 this is 1.) 
+ * The major version number of the gdk-pixbuf library.  (e.g. in 
+ * gdk-pixbuf version 1.2.5 this is 1.) 
  * 
  * 
  * This variable is in the library, so represents the
- * &gdk-pixbuf; library you have linked against. Contrast with the
+ * gdk-pixbuf library you have linked against. Contrast with the
  * #GDK_PIXBUF_MAJOR macro, which represents the major version of the
- * &gdk-pixbuf; headers you have included.
+ * gdk-pixbuf headers you have included.
  */
 /**
  * gdk_pixbuf_minor_version:
  * 
- * The minor version number of the &gdk-pixbuf; library.  (e.g. in 
- * &gdk-pixbuf; version 1.2.5 this is 2.) 
+ * The minor version number of the gdk-pixbuf library.  (e.g. in 
+ * gdk-pixbuf version 1.2.5 this is 2.) 
  * 
  * 
  * This variable is in the library, so represents the
- * &gdk-pixbuf; library you have linked against. Contrast with the
+ * gdk-pixbuf library you have linked against. Contrast with the
  * #GDK_PIXBUF_MINOR macro, which represents the minor version of the
- * &gdk-pixbuf; headers you have included.
+ * gdk-pixbuf headers you have included.
  */
 /**
  * gdk_pixbuf_micro_version:
  * 
- * The micro version number of the &gdk-pixbuf; library.  (e.g. in 
- * &gdk-pixbuf; version 1.2.5 this is 5.) 
+ * The micro version number of the gdk-pixbuf library.  (e.g. in 
+ * gdk-pixbuf version 1.2.5 this is 5.) 
  * 
  * 
  * This variable is in the library, so represents the
- * &gdk-pixbuf; library you have linked against. Contrast with the
+ * gdk-pixbuf library you have linked against. Contrast with the
  * #GDK_PIXBUF_MICRO macro, which represents the micro version of the
- * &gdk-pixbuf; headers you have included.
+ * gdk-pixbuf headers you have included.
  */
 /**
  * gdk_pixbuf_version:
  * 
- * Contains the full version of the &gdk-pixbuf; library as a string.
+ * Contains the full version of the gdk-pixbuf library as a string.
  * This is the version currently in use by a running program.
  */
 


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