Details

[Home]

Issue of the Standard # D0072

Brief

Misprint in the description of the interface g_param_spec_flags

Detailed Description

Invalid return type is indicated for the function.

Problem location(s) in the standard

Linux Standard Base Desktop Specification 3.1, Chapter 12. Libraries, 12.5.1 glib-2.0/glib-object.h that refers http://www.gtk.org/api/2.6/gobject/gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-flags

Possible solutions

The following text in the documentation: Creates a new GParamSpecEnum instance specifying a G_TYPE_FLAGS property. should be written as: Creates a new GParamSpecFlags instance specifying a G_TYPE_FLAGS property.

Accepted

Gnome Bugzilla 528714

Status

Fixed in glib 2.18

[Home]