Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-05 | implement path_id, usb_id, input_id as built-in command | Kay Sievers | |
2011-07-31 | gtk-doc: delete empty files | Kay Sievers | |
2011-05-16 | gudev: silent gtk-doc warnings | Kay Sievers | |
2010-12-15 | gudev: Add Device.get_usec_since_initialized | David Zeuthen | |
Signed-off-by: David Zeuthen <davidz@redhat.com> | |||
2010-12-14 | Add g_udev_device_get_is_initialized() method | David Zeuthen | |
Also nuke the "Index of deprecated symbols" since we have no deprecated symbols just yet. Signed-off-by: David Zeuthen <davidz@redhat.com> | |||
2010-12-14 | Add GUdevEnumerator type and Device.get_tags() method | David Zeuthen | |
Also add JS example to check the added API works. Signed-off-by: David Zeuthen <davidz@redhat.com> | |||
2010-01-07 | work around gtk-doc which breaks distcheck | Kay Sievers | |
2009-08-07 | Fix building of documentation when doing out-of-source builds. | Diego Elio 'Flameeyes' Pettenò | |
Since gtk-mkhtml is executed in a sub-directory of the build directory, and make does not know of that, the $(buildir) variable will still be "." and the $(srcdir) will not properly be found. For this reason, use the absolute variants for the two functions, which won't be changing. | |||
2009-06-20 | configure.ac: add AM_SILENT_RULES | Kay Sievers | |
2009-06-16 | v4l_id: move from udev-extras | Kay Sievers | |
2009-06-16 | gudev: move from udev-extras | David Zeuthen | |
GObject libudev access. Initial version from Bastien Nocera, current version by David Zeuthen. |