]> git.ipfire.org Git - thirdparty/vala.git/commit
gobject-2.0: Fix GWeakRef not having a copy function tintou/weakref
authorCorentin Noël <corentin.noel@collabora.com>
Wed, 2 Oct 2024 09:11:48 +0000 (11:11 +0200)
committerCorentin Noël <corentin.noel@collabora.com>
Wed, 2 Oct 2024 09:11:48 +0000 (11:11 +0200)
commit2b3e7f2dc1227504f902b4fef67571fc309675dc
treee29b386687aaa59d18ec10d671d62d998461bb4b
parent196d3ad6839ee158ef6d3fe485764d1e1d996a05
gobject-2.0: Fix GWeakRef not having a copy function

Add its private field to allow to actually generate a copy function.
Note that the generated copy function does not call g_weak_ref_init which
is required for a real copy.
vapi/gobject-2.0.vapi