glib/gobject
Emmanuele Bassi ca6b93d093 Add macros and symbols for private data on dynamic types
We need a TypeName_private_offset variable defined by the macros used to
register dynamic types. We also need to call the adjust_private_offset()
function inside class_init(). G_ADD_PRIVATE_DYNAMIC only sets the size
of the private data structure, and relies on the behaviour of the
g_type_class_adjuset_private_offset() function to register the private
data structure at class init time if passed a value greater than zero.

This allows using G_PRIVATE_OFFSET with dynamic types.
2013-07-26 20:56:54 -04:00
..
2009-03-31 19:39:16 -04:00
2013-06-12 11:24:55 +01:00
2013-05-02 15:50:21 -07:00
2013-01-01 13:54:54 -05:00
2012-03-08 14:51:22 +08:00
2012-10-16 09:39:24 -04:00
2013-07-20 11:07:46 +02:00
2013-07-26 14:42:22 -04:00
2013-05-09 16:04:54 -04:00