After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 631473 - Fix GTK+3 documentation
Fix GTK+3 documentation
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-10-05 22:18 UTC by Milan Bouchet-Valat
Modified: 2010-10-05 23:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Milan Bouchet-Valat 2010-10-05 22:18:18 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."
Comment 1 Javier Jardón (IRC: jjardon) 2010-10-05 23:13:08 UTC
> * "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.