</authorgroup>
<copyright>
- <year>2009</year>
+ <year>2011</year>
<holder>The GUDev Authors</holder>
</copyright>
G_UDEV_CLIENT_CLASS
G_UDEV_IS_CLIENT_CLASS
G_UDEV_CLIENT_GET_CLASS
+<SUBSECTION Private>
+GUdevClientPrivate
</SECTION>
<SECTION>
G_UDEV_DEVICE_CLASS
G_UDEV_IS_DEVICE_CLASS
G_UDEV_DEVICE_GET_CLASS
+<SUBSECTION Private>
+GUdevDevicePrivate
</SECTION>
<SECTION>
G_UDEV_ENUMERATOR_CLASS
G_UDEV_IS_ENUMERATOR_CLASS
G_UDEV_ENUMERATOR_GET_CLASS
+<SUBSECTION Private>
+GUdevEnumeratorPrivate
+</SECTION>
+
+<SECTION>
+<FILE>gudevmarshal</FILE>
+<SUBSECTION Private>
+g_udev_marshal_VOID__STRING_OBJECT
+</SECTION>
+
+<SECTION>
+<FILE>gudevenumtypes</FILE>
+<SUBSECTION Private>
+G_TYPE_UDEV_DEVICE_TYPE
+g_udev_device_type_get_type
</SECTION>
* @sysfs_path: A sysfs path.
*
* Looks up a device for a sysfs path.
+ *
+ * Returns: (transfer full): A #GUdevDevice object or %NULL if the device was not found. Free with g_object_unref().
*/
GUdevDevice *
g_udev_client_query_by_sysfs_path (GUdevClient *client,
/**
* GUdevClient:
- * @parent: Parent instance.
*
* The #GUdevClient struct is opaque and should not be accessed directly.
*/
/**
* GUdevDevice:
- * @parent: Parent instance.
*
* The #GUdevDevice struct is opaque and should not be accessed directly.
*/
/**
* GUdevEnumerator:
- * @parent: Parent instance.
*
* The #GUdevEnumerator struct is opaque and should not be accessed directly.
*