X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=extras%2Fgudev%2Fgudevdevice.h;h=d4873bad0fbb84a2deb07f84d44c208ee5984a5f;hb=eabac232a51b8d8dc2f6897018968bfe96d2912d;hp=1ca2b48a04ef904a64374ea1a5e33000a296f30a;hpb=ab17a7ef55b2c3278839302cf3ba5d214d2b2b7d;p=elogind.git diff --git a/extras/gudev/gudevdevice.h b/extras/gudev/gudevdevice.h index 1ca2b48a0..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. */ @@ -77,6 +76,7 @@ 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);