mkheader puts a space in the wrong place in some cases
Bug #1332215 reported by
Jeff Johnson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lsb |
In Progress
|
Medium
|
Unassigned | ||
Mandriva |
Won't Fix
|
Low
|
Bug Description
From IRC:
<mwichmann> one oddity is for function pointer members, if the "return type" is
from the gtk stack, the space goes before, not after....
this is "not me", as far as I can tell
examples:
as expected:
+ void (*move_focus_out) (GtkNotebook * notebook,
+ GtkDirectionType direction);
not quite as expected:
+ gboolean(
+ gint offset);
This was discovered when fixing up GTK+ 3, but has also been discovered in
older headers, such as GTK+ 2.
Changed in mandriva: | |
importance: | Unknown → Medium |
status: | Unknown → Confirmed |
Changed in mandriva: | |
importance: | Medium → Low |
status: | Confirmed → In Progress |
Changed in mandriva: | |
status: | In Progress → Won't Fix |
To post a comment you must log in.