X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=extras%2Fgudev%2Fgudevdevice.h;h=d4873bad0fbb84a2deb07f84d44c208ee5984a5f;hb=079de714754b1e058f57220281e7f901d4c826d6;hp=ffd064d8abf965528d086b344d755b4a521fd057;hpb=0976fd063e1e488e388ec922fcd4dbed5b8da938;p=elogind.git diff --git a/extras/gudev/gudevdevice.h b/extras/gudev/gudevdevice.h index ffd064d8a..d4873bad0 100644 --- a/extras/gudev/gudevdevice.h +++ b/extras/gudev/gudevdevice.h @@ -41,7 +41,6 @@ typedef struct _GUdevDevicePrivate GUdevDevicePrivate; /** * GUdevDevice: - * @parent: Parent instance. * * The #GUdevDevice struct is opaque and should not be accessed directly. */ @@ -76,6 +75,8 @@ struct _GUdevDeviceClass }; GType g_udev_device_get_type (void) G_GNUC_CONST; +gboolean g_udev_device_get_is_initialized (GUdevDevice *device); +guint64 g_udev_device_get_usec_since_initialized (GUdevDevice *device); const gchar *g_udev_device_get_subsystem (GUdevDevice *device); const gchar *g_udev_device_get_devtype (GUdevDevice *device); const gchar *g_udev_device_get_name (GUdevDevice *device);