summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-03-02 18:12:19 +0100
committerBastien Nocera <hadess@hadess.net>2019-11-26 11:59:41 +0100
commit3362e94c2595440f322798dc4d15f1ed24a4c52c (patch)
tree50592ac40d8ab2c4b1fef380fdb75a9004c1333c /docs
parent209eb5981afe3bce1b31f273a46aa20b037b7d3a (diff)
downloadgdk-pixbuf-3362e94c2595440f322798dc4d15f1ed24a4c52c.tar.gz
Remove obsolete Xlib helper library
Diffstat (limited to 'docs')
-rw-r--r--docs/gdk-pixbuf-sections.txt57
-rw-r--r--docs/gdk-pixbuf.xml8
-rw-r--r--docs/meson.build6
3 files changed, 1 insertions, 70 deletions
diff --git a/docs/gdk-pixbuf-sections.txt b/docs/gdk-pixbuf-sections.txt
index b248c8bf1..d3c15237a 100644
--- a/docs/gdk-pixbuf-sections.txt
+++ b/docs/gdk-pixbuf-sections.txt
@@ -376,60 +376,3 @@ GDK_PIXBUF_ANIMATION_CLASS
<SUBSECTION Private>
gdk_pixbuf_format_get_type
</SECTION>
-
-<SECTION>
-<FILE>gdk-pixbuf-xlib-init</FILE>
-gdk_pixbuf_xlib_init
-gdk_pixbuf_xlib_init_with_depth
-</SECTION>
-
-<SECTION>
-<FILE>gdk-pixbuf-xlib-rendering</FILE>
-gdk_pixbuf_xlib_render_threshold_alpha
-gdk_pixbuf_xlib_render_to_drawable
-gdk_pixbuf_xlib_render_to_drawable_alpha
-gdk_pixbuf_xlib_render_pixmap_and_mask
-</SECTION>
-
-<SECTION>
-<FILE>gdk-pixbuf-xlib-from-drawables</FILE>
-gdk_pixbuf_xlib_get_from_drawable
-</SECTION>
-
-<SECTION>
-<FILE>gdk-pixbuf-xlib-rgb</FILE>
-XlibRgbCmap
-XlibRgbDither
-xlib_rgb_init
-xlib_rgb_init_with_depth
-xlib_rgb_xpixel_from_rgb
-xlib_rgb_gc_set_foreground
-xlib_rgb_gc_set_background
-xlib_draw_rgb_image
-xlib_draw_rgb_image_dithalign
-xlib_draw_rgb_32_image
-xlib_draw_gray_image
-xlib_rgb_cmap_new
-xlib_rgb_cmap_free
-xlib_draw_indexed_image
-xlib_rgb_ditherable
-xlib_rgb_set_verbose
-xlib_rgb_set_install
-xlib_rgb_set_min_colors
-xlib_rgb_get_cmap
-xlib_rgb_get_visual
-xlib_rgb_get_visual_info
-xlib_rgb_get_depth
-xlib_rgb_get_display
-xlib_rgb_get_screen
-<SUBSECTION Private>
-Bool
-Colormap
-Display
-Drawable
-GC
-Pixmap
-Screen
-Visual
-</SECTION>
-
diff --git a/docs/gdk-pixbuf.xml b/docs/gdk-pixbuf.xml
index 84454f5c2..f1e0db018 100644
--- a/docs/gdk-pixbuf.xml
+++ b/docs/gdk-pixbuf.xml
@@ -90,14 +90,6 @@
<xi:include href="xml/gdk-pixbuf-loader.xml" />
</chapter>
- <chapter id="Xlib">
- <title>Xlib integration (deprecated)</title>
- <xi:include href="xml/gdk-pixbuf-xlib-init.xml" />
- <xi:include href="xml/gdk-pixbuf-xlib-rendering.xml" />
- <xi:include href="xml/gdk-pixbuf-xlib-from-drawables.xml" />
- <xi:include href="xml/gdk-pixbuf-xlib-rgb.xml" />
- </chapter>
-
<chapter id="Gdk">
<title>GDK integration (deprecated)</title>
<xi:include href="xml/gdk-pixbuf-rendering.xml" />
diff --git a/docs/meson.build b/docs/meson.build
index 175380e6a..0311e01d2 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -21,7 +21,6 @@ private_headers = [
'gdk-pixbuf-marshal.h',
'gdk-pixbuf-private.h',
'gdk-pixbuf-scaled-anim.h',
- 'gdk-pixbuf-xlib-private.h',
'io-ani-animation.h',
'io-gdip-animation.h',
'io-gdip-native.h',
@@ -40,10 +39,7 @@ endif
if get_option('docs')
gnome.gtkdoc('gdk-pixbuf',
main_xml: 'gdk-pixbuf.xml',
- src_dir: [
- gdk_pixbuf_inc,
- gdkpixbuf_xlib_inc,
- ],
+ src_dir: [ gdk_pixbuf_inc ],
dependencies: gdkpixbuf_dep,
gobject_typesfile: 'gdk-pixbuf.types',
scan_args: [