GNOME Bugzilla – Bug 631473
Fix GTK+3 documentation
Last modified: 2010-10-05 23:13:08 UTC
I suggest we use this bug to track small issues in the docs that are related to the move to 3.0. When we have enough of them, we'll push a fix: it will be less painful than fixing them one by one. So, my contribution: * "GtkAdjustment — A GtkObject representing an adjustable bounded value" * Docs for deprecated gdk_rgb_get_visual() say you have to use gdk_get_system_visual(). The correct name is gdk_visual_get_system(). Same for gdk_rgb_get_colormap() and gdk_get_system_colormap() * General description of GdkVisual still talk about gdk_rgb_get_visual(): "There are several standard visuals. The visual returned by gdk_visual_get_system() is the system's default visual. gdk_rgb_get_visual() return the visual most suited to displaying full-color image data."
> * "GtkAdjustment — A GtkObject representing an adjustable bounded value" Fixed in master > * Docs for deprecated gdk_rgb_get_visual() say you have to use > gdk_get_system_visual(). The correct name is gdk_visual_get_system(). Same for > gdk_rgb_get_colormap() and gdk_get_system_colormap() Fixed in gtk-2-22 and gtk-2-24 > * General description of GdkVisual still talk about gdk_rgb_get_visual(): > "There are several standard visuals. The visual returned by > gdk_visual_get_system() is the system's default visual. gdk_rgb_get_visual() > return the visual most suited to displaying full-color image data." Fixed in master Please, open new bugs if you found new issues in the docs.