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
..
file-chooser-test-dir
accel.c
accessible.c accessible: Fix test runner 2013-09-03 17:59:19 -04:00
action.c
bitmask.c
builder.c fix prototypes of signal callbacks in the test suite 2014-01-08 10:43:52 +01:00
cellarea.c
clipboard.c
crossingevents.c
defaultvalue.c gtk object tests: run under local environment 2013-12-03 14:24:16 +01:00
displayclose.c
entry.c
expander.c
filechooser.c
filtermodel.c
floating.c
grid.c
gtkapplicationwindow.c app window: test actiongroup across destroy 2014-01-07 20:30:57 -05:00
gtkmenu.c
gtktreemodelrefcount.c
gtktreemodelrefcount.h
keyhash.c
listbox.c
liststore.c
Makefile.am app window: test actiongroup across destroy 2014-01-07 20:30:57 -05:00
modelrefcount.c
no-gtk-init.c testsuite: Add a test for functions that work without gtk_init() 2013-09-24 16:42:48 +02:00
object.c gtk object tests: run under local environment 2013-12-03 14:24:16 +01:00
objects-finalize.c gtk object tests: run under local environment 2013-12-03 14:24:16 +01:00
papersize.c
rbtree.c
recentmanager.c
regression-tests.c
sortmodel.c
stylecontext.c testsuite: Remove extra calls to gtk_style_context_invalidate() 2013-10-05 13:57:51 +02:00
templates.c gtk object tests: run under local environment 2013-12-03 14:24:16 +01:00
testing.c
textbuffer.c textbuffer: add unit tests for the clipboard 2013-09-16 09:48:24 +02:00
textiter.c
treemodel.c
treemodel.h
treepath.c
treestore.c
treeview-scrolling.c
treeview.c
window.c