summaryrefslogtreecommitdiff
path: root/extras/gudev/gudevdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'extras/gudev/gudevdevice.h')
-rw-r--r--extras/gudev/gudevdevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/gudev/gudevdevice.h b/extras/gudev/gudevdevice.h
index ffd064d8ab..1ca2b48a04 100644
--- a/extras/gudev/gudevdevice.h
+++ b/extras/gudev/gudevdevice.h
@@ -76,6 +76,7 @@ struct _GUdevDeviceClass
};
GType g_udev_device_get_type (void) G_GNUC_CONST;
+gboolean g_udev_device_get_is_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);