chiark / gitweb /
gudev: Fix up GUdevDeviceNumber
authorDavid Zeuthen <davidz@redhat.com>
Sun, 8 Nov 2009 17:25:55 +0000 (12:25 -0500)
committerDavid Zeuthen <davidz@redhat.com>
Sun, 8 Nov 2009 17:31:35 +0000 (12:31 -0500)
commit4e3664f22b39c3efa33f5778a651a083b5e1f544
tree16fbba2a4bec1363bb13ac07c1dc9405664e1e94
parent368d325ba8a53090a3bb71cbdbe25e11d70fff02
gudev: Fix up GUdevDeviceNumber

Actually dev_t is an unsigned quad type (e.g. 64-bit even on 32-bit
x86) so defining it to be an integer is wrong and not future
proof. Thus, redefine it to actually be a dev_t (as originally wanted)
and instead add a work-around for GNOME bug #584517, see

https://bugzilla.gnome.org/show_bug.cgi?id=584517

for details. This way, GObject Introspection will still work.

This change is technically an API/ABI break but

 - all released GUdev versions requires the user to understand that
   the API/ABI is unstable by requiring the G_UDEV_API_IS_SUBJECT_TO_CHANGE
   symbols to be defined

 - functions using GUdevDeviceNumber are rarely used

so we don't bump the so number.

Signed-off-by: David Zeuthen <davidz@redhat.com>
Makefile.am
extras/gudev/gudevtypes.h