[gtk+] docs: Move documentation to inline comments: pixbufs



commit 9e869af6c59de468e625214f0eddb039825f7727
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Oct 4 03:35:42 2010 +0200

    docs: Move documentation to inline comments: pixbufs

 docs/reference/gdk/tmpl/.gitignore   |    1 +
 docs/reference/gdk/tmpl/pixbufs.sgml |  101 ----------------------------------
 gdk/gdkpixbuf-drawable.c             |   11 +++-
 3 files changed, 11 insertions(+), 102 deletions(-)
---
diff --git a/docs/reference/gdk/tmpl/.gitignore b/docs/reference/gdk/tmpl/.gitignore
index 905a6f2..029ace6 100644
--- a/docs/reference/gdk/tmpl/.gitignore
+++ b/docs/reference/gdk/tmpl/.gitignore
@@ -1,4 +1,5 @@
 cairo_interaction.sgml
 dnd.sgml
+pixbufs.sgml
 regions.sgml
 windows.sgml
diff --git a/gdk/gdkpixbuf-drawable.c b/gdk/gdkpixbuf-drawable.c
index 1e63810..1e2f29f 100644
--- a/gdk/gdkpixbuf-drawable.c
+++ b/gdk/gdkpixbuf-drawable.c
@@ -31,7 +31,16 @@
 #include "gdkinternals.h"
 
 
-/* Exported functions */
+/**
+ * SECTION:pixbufs
+ * @Short_description: Functions for rendering pixbufs on drawables
+ * @Title: Pixbufs
+ *
+ * These functions allow to render pixbufs on drawables. Pixbufs are
+ * client-side images. For details on how to create and manipulate
+ * pixbufs, see the #GdkPixbuf API documentation.
+ */
+
 
 /**
  * gdk_pixbuf_get_from_window:



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