summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-core.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-03-14 14:31:19 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-03-14 14:31:19 -0400
commitb9b11bb8590fe0eb916938bbde680558335c35db (patch)
tree45a03a4b8df92ecb9eb01f11cd5460bc1ce9a807 /gdk-pixbuf/gdk-pixbuf-core.h
parentb5cccd95cf0c627f07d914db81f47f39610149cd (diff)
downloadgdk-pixbuf-b9b11bb8590fe0eb916938bbde680558335c35db.tar.gz
Drop the &gdk-pixbuf; entity
It does not get expanded anymore; lets just say gdk-pixbuf.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-core.h')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-core.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-core.h b/gdk-pixbuf/gdk-pixbuf-core.h
index 49bb1b9fb..e6843b8ec 100644
--- a/gdk-pixbuf/gdk-pixbuf-core.h
+++ b/gdk-pixbuf/gdk-pixbuf-core.h
@@ -147,7 +147,7 @@ typedef enum
* @GDK_COLORSPACE_RGB: Indicates a red/green/blue additive color space.
*
* This enumeration defines the color spaces that are supported by
- * the &gdk-pixbuf; library. Currently only RGB is supported.
+ * the gdk-pixbuf library. Currently only RGB is supported.
*/
/* Note that these values are encoded in inline pixbufs
* as ints, so don't reorder them
@@ -161,7 +161,7 @@ typedef enum {
/**
* GdkPixbuf:
*
- * This is the main structure in the &gdk-pixbuf; library. It is
+ * This is the main structure in the gdk-pixbuf library. It is
* used to represent images. It contains information about the
* image's pixel data, its color space, bits per sample, width and
* height, and the rowstride (the number of bytes between the start of
@@ -208,7 +208,7 @@ typedef void (* GdkPixbufDestroyNotify) (guchar *pixels, gpointer data);
* given operation on the type of image at hand.
* @GDK_PIXBUF_ERROR_FAILED: Generic failure code, something went wrong.
*
- * An error code in the #GDK_PIXBUF_ERROR domain. Many &gdk-pixbuf;
+ * An error code in the #GDK_PIXBUF_ERROR domain. Many gdk-pixbuf
* operations can cause errors in this domain, or in the #G_FILE_ERROR
* domain.
*/