Matthias Clasen
|
5adecf183b
|
Move single-include guards inside include guards
gcc has optimizations for include guards that only work
if they are outermost in the the header.
https://bugzilla.gnome.org/show_bug.cgi?id=689810
|
2012-12-28 09:57:56 -05:00 |
|
Javier Jardón
|
9d0febc9a6
|
Change FSF Address
|
2012-02-27 17:06:11 +00:00 |
|
Matthias Clasen
|
861ba00166
|
Don't export gtk_cell_area_box_init_groups
That function can't be meant to be public, since it take
a GtkCellAreaBoxContext argument, which is not a public type.
|
2011-02-08 23:21:39 -05:00 |
|
Benjamin Otte
|
b30b33998f
|
gtk: Prefix GtkCellAreaBoxContext symbols with an underscore
They are private.
|
2011-01-11 16:46:59 +01:00 |
|
Benjamin Otte
|
04c773c94d
|
gtk: Rename private header to private name
gtk/gtkcellareaboxcontext.h -> gtk/gtkcellareaboxcontextprivate.h
|
2011-01-11 16:46:59 +01:00 |
|