GNOME Bugzilla – Bug 606172
gudev-1.0 bindings
Last modified: 2010-03-22 10:18:21 UTC
Created attachment 150875 [details] VAPI bindings for gudev-1.0 Attached are all the files I've used to create gudev-1.0.vapi. I'm also attaching the VAPI for perusal. GUdev is a GObject wrapper around libudev, which is the recommended replacement for HAL. One note about this binding: gudev.h requires G_UDEV_API_IS_SUBJECT_TO_CHANGE be #defined, otherwise it fires an #error. I don't know how to do this with vapigen, and am not even sure it should be automated, since the author *really* wants you to know this information. -- Jim
Created attachment 150876 [details] Files used to create gudev-1.0.vapi (metadata, defines, etc.) $ vala-gen-introspect gudev-1.0 gudev-1.0 $ vapigen --library gudev-1.0 gudev-1.0/gudev-1.0.gi
commit d665fb1011182af8b947d94e0b12fe7dd25f5905 Author: Jim Nelson <jim@yorba.org> Date: Mon Mar 22 11:17:35 2010 +0100 Add gudev-1.0 bindings. Fixes bug 606172.