GNOME Bugzilla – Bug 566078
Add has_void_ref_function
Last modified: 2009-01-09 23:14:31 UTC
Here's a patch that implements the new CCode property has_void_ref_function which is needed for bindings like libexif whos exif_*_ref functions return void.
*** Bug 566079 has been marked as a duplicate of this bug. ***
Created attachment 125549 [details] [review] Add has_void_ref_function CCode attribute Also works for array-copying
*** Bug 545401 has been marked as a duplicate of this bug. ***
2009-01-06 Jürg Billeter <j@bitron.ch> * vala/valaclass.vala: * gobject/valaccodebasemodule.vala: Support [CCode (ref_function_void = true)] attribute for bindings, based on patch by Andreas Brauchli, fixes bug 566078 Fixed in r2279.