summaryrefslogtreecommitdiff
path: root/extras/gudev/gudevdevice.h
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-12-14 12:50:04 -0500
committerDavid Zeuthen <davidz@redhat.com>2010-12-14 12:50:04 -0500
commitab17a7ef55b2c3278839302cf3ba5d214d2b2b7d (patch)
tree239ca29e13a903b6390a78516e8f74cb6229b7f7 /extras/gudev/gudevdevice.h
parent0976fd063e1e488e388ec922fcd4dbed5b8da938 (diff)
Add g_udev_device_get_is_initialized() method
Also nuke the "Index of deprecated symbols" since we have no deprecated symbols just yet. Signed-off-by: David Zeuthen <davidz@redhat.com>
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);