[gtk+/rendering-cleanup: 31/124] API: Get rid of GdkRGB



commit b61c9cb7bca184d5044852e2b29b888fbc6d4244
Author: Benjamin Otte <otte redhat com>
Date:   Tue Jul 13 17:50:41 2010 +0200

    API: Get rid of GdkRGB

 docs/reference/gdk/gdk-docs.sgml     |    1 -
 docs/reference/gdk/gdk3-sections.txt |   35 -
 docs/reference/gdk/tmpl/drawing.sgml |   19 -
 docs/reference/gdk/tmpl/gcs.sgml     |    1 -
 docs/reference/gdk/tmpl/rgb.sgml     |  410 ----
 gdk/Makefile.am                      |    2 -
 gdk/gdk.h                            |    1 -
 gdk/gdk.symbols                      |   22 -
 gdk/gdkrgb.c                         | 3675 ----------------------------------
 gdk/gdkrgb.h                         |  137 --
 gdk/makefile.msc                     |    2 -
 11 files changed, 0 insertions(+), 4305 deletions(-)
---
diff --git a/docs/reference/gdk/gdk-docs.sgml b/docs/reference/gdk/gdk-docs.sgml
index 480cc17..76d8272 100644
--- a/docs/reference/gdk/gdk-docs.sgml
+++ b/docs/reference/gdk/gdk-docs.sgml
@@ -28,7 +28,6 @@
     <xi:include href="xml/drawing.xml" />
 
     <xi:include href="xml/pixmaps.xml" />
-    <xi:include href="xml/rgb.xml" />
     <xi:include href="xml/images.xml" />
     <xi:include href="xml/pixbufs.xml" />
 
diff --git a/docs/reference/gdk/gdk3-sections.txt b/docs/reference/gdk/gdk3-sections.txt
index 2188981..766a815 100644
--- a/docs/reference/gdk/gdk3-sections.txt
+++ b/docs/reference/gdk/gdk3-sections.txt
@@ -89,7 +89,6 @@ gdk_notify_type_get_type
 gdk_overlap_type_get_type
 gdk_property_state_get_type
 gdk_prop_mode_get_type
-gdk_rgb_dither_get_type
 gdk_scroll_direction_get_type
 gdk_setting_action_get_type
 gdk_status_get_type
@@ -313,40 +312,6 @@ gdk_image_get_type
 </SECTION>
 
 <SECTION>
-<TITLE>GdkRGB</TITLE>
-<FILE>rgb</FILE>
-
-<SUBSECTION>
-gdk_draw_rgb_image
-gdk_draw_rgb_image_dithalign
-gdk_draw_indexed_image
-gdk_draw_gray_image
-gdk_draw_rgb_32_image
-gdk_draw_rgb_32_image_dithalign
-GdkRgbDither
-
-<SUBSECTION>
-gdk_rgb_cmap_new
-gdk_rgb_cmap_free
-GdkRgbCmap
-
-<SUBSECTION>
-gdk_rgb_find_color
-
-<SUBSECTION>
-gdk_rgb_set_install
-gdk_rgb_set_min_colors
-gdk_rgb_get_visual
-gdk_rgb_get_colormap
-gdk_rgb_ditherable
-gdk_rgb_colormap_ditherable
-gdk_rgb_set_verbose
-
-<SUBSECTION Standard>
-GDK_TYPE_RGB_DITHER
-</SECTION>
-
-<SECTION>
 <TITLE>Pixbufs</TITLE>
 <FILE>pixbufs</FILE>
 gdk_pixbuf_render_threshold_alpha
diff --git a/docs/reference/gdk/tmpl/drawing.sgml b/docs/reference/gdk/tmpl/drawing.sgml
index a86cfe7..fe7986c 100644
--- a/docs/reference/gdk/tmpl/drawing.sgml
+++ b/docs/reference/gdk/tmpl/drawing.sgml
@@ -170,25 +170,6 @@ lines.
 @n_points: 
 
 
-<!-- ##### FUNCTION gdk_draw_pixbuf ##### -->
-<para>
-
-</para>
-
- drawable: 
- gc: 
- pixbuf: 
- src_x: 
- src_y: 
- dest_x: 
- dest_y: 
- width: 
- height: 
- dither: 
- x_dither: 
- y_dither: 
-
-
 <!-- ##### FUNCTION gdk_draw_segments ##### -->
 <para>
 </para>
diff --git a/docs/reference/gdk/tmpl/gcs.sgml b/docs/reference/gdk/tmpl/gcs.sgml
index 2d90ed4..e4ffb9d 100644
--- a/docs/reference/gdk/tmpl/gcs.sgml
+++ b/docs/reference/gdk/tmpl/gcs.sgml
@@ -54,7 +54,6 @@ to create or modify a graphics context.
   only sets the pixel value.
 @background: the background color. Note that gdk_gc_get_values()
   only sets the pixel value.
- font: the default font.
 @function: the bitwise operation used when drawing.
 @fill: the fill style.
 @tile: the tile pixmap.
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index 916a6e2..7b5453b 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -91,7 +91,6 @@ gdk_public_h_sources =				\
 	gdkpixmap.h				\
 	gdkprivate.h				\
 	gdkproperty.h				\
-	gdkrgb.h				\
 	gdkscreen.h				\
 	gdkselection.h				\
 	gdkspawn.h				\
@@ -134,7 +133,6 @@ gdk_c_sources =                 \
 	gdkpixbuf-render.c	\
 	gdkpixmap.c		\
 	gdkrectangle.c		\
-	gdkrgb.c		\
 	gdkscreen.c		\
 	gdkselection.c		\
 	gdkvisual.c		\
diff --git a/gdk/gdk.h b/gdk/gdk.h
index bf383e8..ba74d4d 100644
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -49,7 +49,6 @@
 #include <gdk/gdkpixbuf.h>
 #include <gdk/gdkpixmap.h>
 #include <gdk/gdkproperty.h>
-#include <gdk/gdkrgb.h>
 #include <gdk/gdkscreen.h>
 #include <gdk/gdkselection.h>
 #include <gdk/gdkspawn.h>
diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols
index 3a67913..47456a6 100644
--- a/gdk/gdk.symbols
+++ b/gdk/gdk.symbols
@@ -245,7 +245,6 @@ gdk_utf8_to_compound_text_for_display
 
 #if IN_HEADER(__GDK_ENUM_TYPES_H__)
 #if IN_FILE(__GDK_ENUM_TYPES_C__)
-gdk_rgb_dither_get_type G_GNUC_CONST
 gdk_drag_protocol_get_type G_GNUC_CONST
 gdk_input_source_get_type G_GNUC_CONST
 gdk_input_mode_get_type G_GNUC_CONST
@@ -975,27 +974,6 @@ gdk_pixmap_lookup_for_display
 #endif
 #endif
 
-#if IN_HEADER(__GDK_RGB_H__)
-#if IN_FILE(__GDK_RGB_C__)
-gdk_rgb_cmap_free
-gdk_rgb_cmap_new
-gdk_rgb_colormap_ditherable
-gdk_rgb_ditherable
-gdk_rgb_find_color
-gdk_rgb_get_colormap
-gdk_rgb_get_visual
-gdk_rgb_set_install
-gdk_rgb_set_min_colors
-gdk_rgb_set_verbose
-gdk_draw_gray_image
-gdk_draw_indexed_image
-gdk_draw_rgb_32_image
-gdk_draw_rgb_32_image_dithalign
-gdk_draw_rgb_image
-gdk_draw_rgb_image_dithalign
-#endif
-#endif
-
 #if IN_HEADER(__GDK_SCREEN_H__)
 #if IN_FILE(__GDK_SCREEN_C__)
 gdk_screen_get_type G_GNUC_CONST
diff --git a/gdk/makefile.msc b/gdk/makefile.msc
index 2cfea10..b137a4d 100644
--- a/gdk/makefile.msc
+++ b/gdk/makefile.msc
@@ -87,7 +87,6 @@ gdk_OBJECTS = \
 	gdkpixbuf-render.obj \
 	gdkpixmap.obj \
 	gdkrectangle.obj \
-	gdkrgb.obj \
 	gdkscreen.obj \
 	gdkselection.obj \
 	gdkvisual.obj \
@@ -109,7 +108,6 @@ gdk_public_h_sources = \
 	gdkpixbuf.h	\
 	gdkpixmap.h	\
 	gdkproperty.h	\
-	gdkrgb.h	\
 	gdkselection.h	\
 	gdktypes.h	\
 	gdkvisual.h	\



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