gobject: Add GBinding

GBinding is a simple, opaque object that represents a binding between a
property on a GObject instance (source) and property on another GObject
instance (target).

https://bugzilla.gnome.org/show_bug.cgi?id=348080
This commit is contained in:
Emmanuele Bassi
2010-06-04 16:17:15 +01:00
parent f3879a4bdc
commit 6d1d9cf1b5
11 changed files with 1430 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
binding
dynamictests
threadtests