Files
gtk3/testsuite/gtk
Steve Langasek 256561db2f fix prototypes of signal callbacks in the test suite
The signal callbacks are defined to take pointers as their arguments, but the
callbacks found in testsuite/gtk/builder.c are passing a GParamSpec by value
as the second argument.  This confuses and angers the compiler on ppc64el,
resulting in segfaults after return from the function due to stack-smashing
by the (completely-unused) argument.

https://bugzilla.gnome.org/show_bug.cgi?id=721700
2014-01-08 10:43:52 +01:00
..
2013-09-03 17:59:19 -04:00
2013-06-30 11:19:50 -04:00
2013-06-15 16:27:04 -04:00
2013-08-23 13:01:41 +02:00
2013-05-22 00:15:08 +02:00
2013-06-24 01:13:44 +02:00
2013-07-09 20:06:23 -04:00