From 6efa24e2f3b1c42fc3dcc85e5583680f46ad1574 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 20 Dec 2001 23:45:48 +0000 Subject: [PATCH] Forgotten files, the log entries are already in. --- .../gdk-pixbuf/tmpl/gdk-pixbuf-xlib-from-drawables.sgml | 2 +- docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-init.sgml | 2 +- docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rendering.sgml | 4 ++-- docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rgb.sgml | 2 +- docs/reference/gdk-pixbuf/tmpl/refcounting.sgml | 3 +-- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-from-drawables.sgml b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-from-drawables.sgml index fd59f2db62..ea6e02a73d 100644 --- a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-from-drawables.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-from-drawables.sgml @@ -14,7 +14,7 @@ Getting parts of an X drawable's image data into a pixbuf. - These functions are analogous to those for the Gdk version of + These functions are analogous to those for the GDK version of &gdk-pixbuf;. diff --git a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-init.sgml b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-init.sgml index e841a19b02..28f2e6a538 100644 --- a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-init.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-init.sgml @@ -11,7 +11,7 @@ Initializing the &gdk-pixbuf; Xlib library. use #GdkPixbuf structures and render them to X drawables. The functions in this section are used to initialize the &gdk-pixbuf; Xlib library. This library must be initialized near the beginning - or the program or before calling any of the other &gdk-pixbuf; + of the program or before calling any of the other &gdk-pixbuf; Xlib functions; it cannot be initialized automatically since Xlib-only applications do not call gdk_rgb_init() like GNOME applications do. diff --git a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rendering.sgml b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rendering.sgml index 46c6ac0847..5876e10201 100644 --- a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rendering.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rendering.sgml @@ -12,7 +12,7 @@ Rendering a pixbuf to an X drawable. - These functions are analogous to those for the Gdk version of + These functions are analogous to those for the GDK version of &gdk-pixbuf;. @@ -86,7 +86,7 @@ Rendering a pixbuf to an X drawable. @mask_return: @alpha_threshold: diff --git a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rgb.sgml b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rgb.sgml index 5276f48ed4..d4a3582ee3 100644 --- a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rgb.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rgb.sgml @@ -6,7 +6,7 @@ Rendering RGB buffers to X drawables. - The XlibRGB set of functions is a port of the GdkRGB library to + The XlibRGB set of functions is a port of the #GdkRGB library to use plain Xlib and X drawables. You can use these functions to render RGB buffers into drawables very quickly with high-quality dithering. diff --git a/docs/reference/gdk-pixbuf/tmpl/refcounting.sgml b/docs/reference/gdk-pixbuf/tmpl/refcounting.sgml index bf6bc382a9..403d4cc181 100644 --- a/docs/reference/gdk-pixbuf/tmpl/refcounting.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/refcounting.sgml @@ -3,8 +3,7 @@ Reference Counting and Memory Mangement -Functions to perform reference counting and memory management on a -#GdkPixbuf. +Functions for reference counting and memory management on pixbufs.