]> Pileus Git - ~andy/gtk/commitdiff
Forgotten files, the log entries are already in.
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 20 Dec 2001 23:45:48 +0000 (23:45 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 20 Dec 2001 23:45:48 +0000 (23:45 +0000)
docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-from-drawables.sgml
docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-init.sgml
docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rendering.sgml
docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rgb.sgml
docs/reference/gdk-pixbuf/tmpl/refcounting.sgml

index fd59f2db62813e2a622403f9232c7929fd0520f7..ea6e02a73dffa0f1f5a4f6f5a12cc70142b5cd4c 100644 (file)
@@ -14,7 +14,7 @@ Getting parts of an X drawable's image data into a pixbuf.
   </para>
 
   <para>
-    These functions are analogous to those for the Gdk version of
+    These functions are analogous to those for the GDK version of
     &gdk-pixbuf;.
   </para>
 
index e841a19b02c8622b07799a89d938b449672a5d67..28f2e6a538be688efca41527a5b70eb9e82d01fb 100644 (file)
@@ -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.
index 46c6ac0847eeae5a331a49ae1e4b37ffd01cad00..5876e10201cad71348b08e44f2c3be5616abc23a 100644 (file)
@@ -12,7 +12,7 @@ Rendering a pixbuf to an X drawable.
   </para>
 
   <para>
-    These functions are analogous to those for the Gdk version of
+    These functions are analogous to those for the GDK version of
     &gdk-pixbuf;.
   </para>
 
@@ -86,7 +86,7 @@ Rendering a pixbuf to an X drawable.
 @mask_return: 
 @alpha_threshold: <!--
 Local variables:
-mode: sgml
+Kode: sgml
 sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
 End:
 -->
index 5276f48ed4f47fee3150af83d5a9c955b0161cbc..d4a3582ee3e55ee9f15097a261c0597e24f4443c 100644 (file)
@@ -6,7 +6,7 @@ Rendering RGB buffers to X drawables.
 
 <!-- ##### SECTION Long_Description ##### -->
   <para>
-    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.
index bf6bc382a9053b0009dc6a3674910fca182e4bb4..403d4cc181d067c81d15b4a7e6e94260fd2f0e62 100644 (file)
@@ -3,8 +3,7 @@ Reference Counting and Memory Mangement
 
 <!-- ##### SECTION Short_Description ##### -->
 
-Functions to perform reference counting and memory management on a
-#GdkPixbuf.
+Functions for reference counting and memory management on pixbufs. 
 
 <!-- ##### SECTION Long_Description ##### -->
   <para>