summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-03-14 16:04:35 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-03-14 16:04:35 -0400
commitc229f35f769410126345cf1e580a588ddd296c07 (patch)
treedabbc1439ee04fc4a93006c59cf4638e6929d0f1
parentb9b11bb8590fe0eb916938bbde680558335c35db (diff)
downloadgdk-pixbuf-c229f35f769410126345cf1e580a588ddd296c07.tar.gz
Really remove &gdk-pixbuf;
-rw-r--r--gdk-pixbuf/gdk-pixbuf-features.h.in42
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 9c31aa3b5..40cf2c1db 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.
*/