Details
[Home]
Issue of the Standard # D0050
Brief
Misprint in description of the structure "GThreadPool"
Detailed Description
Documentation states:
struct GThreadPool { GFunc func; gpointer user_data; gboolean exclusive; };"It has six public read-only members, but the underlying struct is bigger, so you must not copy this struct.", but the struct has only three members.
Problem location(s) in the standard
Linux Standard Base Desktop Specification 3.1, Chapter 12. Libraries, 12.2 Interfaces for libglib-2.0; http://www.gtk.org/api/2.6/glib/glib-Thread-Pools.html#GThreadPool
Possible solutions
Change the word "six" to "three".
Accepted
Gnome Bugzilla 491959
Status
Fixed in gtk-glib - 2.16
[Home]
»