GNOME Bugzilla – Bug 536498
Deprecate gdk_rgb_get_colormap
Last modified: 2010-08-11 03:58:43 UTC
Based on it's documentation, it sounds like gdk_rgb_get_colormap() should be deprecated and eventually removed for GTK 3.0. Get the preferred colormap for rendering image data. Not a very useful function; historically, GDK could only render RGB image data to one colormap and visual, but in the current version it can render to any colormap and visual. So there's no need to call this function.
This is already done, albeit in a patch on a different bug: https://bugzilla.gnome.org/attachment.cgi?id=117067 gdk_screen_get_rgb_colormap gdk_screen_get_rgb_visual gdk_rgb_get_colormap gdk_rgb_get_visual gdk_rgb_colormap_ditherable gdk_rgb_ditherable All these functions are actually deprecated with the note "The functionality is obsolete." because the current documentation already explains that they are not useful anymore. See bug 547920.
GdkRGB is gone in gtk3