summaryrefslogtreecommitdiff
path: root/docs/gdk-pixbuf-from-drawables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gdk-pixbuf-from-drawables.xml')
-rw-r--r--docs/gdk-pixbuf-from-drawables.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/gdk-pixbuf-from-drawables.xml b/docs/gdk-pixbuf-from-drawables.xml
new file mode 100644
index 000000000..98731ed59
--- /dev/null
+++ b/docs/gdk-pixbuf-from-drawables.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+]>
+<refentry id="gdk-pixbuf-gdk-pixbuf-from-drawables">
+<refmeta>
+<refentrytitle>Drawables to Pixbufs</refentrytitle>
+<manvolnum>3</manvolnum>
+<refmiscinfo>GDK-PIXBUF Library</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+<refname>Drawables to Pixbufs</refname><refpurpose>Getting parts of a GDK drawable's image data into a pixbuf.</refpurpose>
+</refnamediv>
+
+<refsect1>
+<title>Description</title>
+ <para>
+ The functions to take the image data from a GDK windowing system surface
+ and store them into a GdkPixbuf are typically provided by GDK; see
+ <link linkend="https://developer.gnome.org/gdk3/stable/gdk3-Pixbufs.html">the
+ GDK documentation</link>.
+ </para>
+</refsect1>
+
+
+
+
+</refentry>