glib/gobject/tests
Dan Winship 8e17040c15 Fix overloading of "source" and "target" terminology in GBinding
GBindingTransformFunc called its arguments "source_value" and
"target_value", but in the transform_from function of a bidirectional
binding, "source_value" comes from the target object, and
"target_value" comes from the source object, which quickly gets
confusing if you need to use g_binding_get_source(), etc, in the
function.

Of course developers can call their transform function arguments
whatever they want, but many will copy from the headers/docs to start
out, so use less confusing names here ("from_value" and "to_value").

Also, fix the documentation to describe the bidirectional case
correctly.

https://bugzilla.gnome.org/show_bug.cgi?id=709440
2013-10-06 14:24:43 -04:00
..
.gitignore update .gitignores 2013-08-17 10:35:13 -04:00
binding.c Fix overloading of "source" and "target" terminology in GBinding 2013-10-06 14:24:43 -04:00
boxed.c Improve test coverage in gobject/ 2013-05-29 08:37:08 -04:00
closure.c tests/closure: Send SIGUSR1 only to our pid 2013-07-22 15:14:34 +01:00
dynamictests.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00
enums.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00
ifaceproperties.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00
Makefile.am Start using TAP 2013-08-17 17:25:58 -04:00
marshalers.list Add more tests for signal emissions 2012-03-02 17:13:04 +01:00
param.c tests: port from g_test_trap_subprocess() to g_test_trap_fork() 2013-05-13 12:10:52 -04:00
private.c Rename the generated private data getter function 2013-06-24 15:43:04 +01:00
properties.c gobject: Handle ref_count==0 in notify_by_pspec 2013-08-14 18:11:05 +01:00
qdata.c Improve test coverage in gobject/ 2013-05-29 08:37:08 -04:00
reference.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00
signals.c Improve signal test coverage 2013-05-29 08:37:19 -04:00
testcommon.h Move ifaceproperties test to gobject/tests/ 2010-12-27 23:49:12 -05:00
threadtests.c gtype: disallow adding interfaces after the fact 2013-01-04 21:20:04 +01:00
type.c Improve test coverage in gobject/ 2013-05-29 08:37:08 -04:00
valuearray.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00