summaryrefslogtreecommitdiffstats
path: root/gudev
Commit message (Collapse)AuthorAgeFilesLines
* gudev: split Javascript examples into gjs and seed specific filesDavid Zeuthen2009-06-022-9/+89
|
* gudev: Fix up docs for the GUdevClient::uevent signalDavid Zeuthen2009-06-021-1/+0
|
* gudev: Fix up pkgconfig file so things actually workDavid Zeuthen2009-06-011-2/+3
|
* Fix distcheckDavid Zeuthen2009-06-011-4/+7
|
* Add a GObject-based wrapper library for libudevDavid Zeuthen2009-06-0119-0/+2295
This makes it much simpler to use libudev from programs already using GObject. It also makes it possible to easily use libudev from other programming languages, such as Javascript, because of GObject introspection support.