From: Jürg Billeter Date: Fri, 17 Oct 2008 11:01:40 +0000 (+0000) Subject: Add missing [Compact], patch by Matías De la Puente, fixes bug 555018 X-Git-Tag: VALA_0_4_0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1e0f4b6a595edda25d9d602f87b6933fc27cd18;p=thirdparty%2Fvala.git Add missing [Compact], patch by Matías De la Puente, fixes bug 555018 2008-10-17 Jürg Billeter * vapi/libusb.vapi: Add missing [Compact], patch by Matías De la Puente, fixes bug 555018 svn path=/trunk/; revision=1841 --- diff --git a/ChangeLog b/ChangeLog index fec79807c..205249e71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-10-17 Jürg Billeter + + * vapi/libusb.vapi: + + Add missing [Compact], patch by Matías De la Puente, + fixes bug 555018 + 2008-10-17 Jürg Billeter * vapi/glib-2.0.vapi: diff --git a/vapi/libusb.vapi b/vapi/libusb.vapi index 33b91cd5a..c373e915f 100644 --- a/vapi/libusb.vapi +++ b/vapi/libusb.vapi @@ -186,6 +186,7 @@ namespace USB { public Device * root_dev; } + [Compact] [CCode (cname = "usb_dev_handle", cprefix = "usb_", cheader_filename = "usb.h", free_function = "usb_close")] public class DeviceHandle { [CCode (cname = "usb_open")]