gudev: silent gtk-doc warnings

This commit is contained in:
Kay Sievers 2011-05-16 16:24:08 +02:00
parent f0fa13d7f7
commit 079de71475
6 changed files with 22 additions and 4 deletions

View File

@ -29,7 +29,7 @@
</authorgroup>
<copyright>
<year>2009</year>
<year>2011</year>
<holder>The GUDev Authors</holder>
</copyright>

View File

@ -19,6 +19,8 @@ g_udev_client_get_type
G_UDEV_CLIENT_CLASS
G_UDEV_IS_CLIENT_CLASS
G_UDEV_CLIENT_GET_CLASS
<SUBSECTION Private>
GUdevClientPrivate
</SECTION>
<SECTION>
@ -65,6 +67,8 @@ g_udev_device_get_type
G_UDEV_DEVICE_CLASS
G_UDEV_IS_DEVICE_CLASS
G_UDEV_DEVICE_GET_CLASS
<SUBSECTION Private>
GUdevDevicePrivate
</SECTION>
<SECTION>
@ -91,4 +95,19 @@ g_udev_enumerator_get_type
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>

View File

@ -460,6 +460,8 @@ g_udev_client_query_by_device_file (GUdevClient *client,
* @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,

View File

@ -41,7 +41,6 @@ typedef struct _GUdevClientPrivate GUdevClientPrivate;
/**
* GUdevClient:
* @parent: Parent instance.
*
* The #GUdevClient struct is opaque and should not be accessed directly.
*/

View File

@ -41,7 +41,6 @@ typedef struct _GUdevDevicePrivate GUdevDevicePrivate;
/**
* GUdevDevice:
* @parent: Parent instance.
*
* The #GUdevDevice struct is opaque and should not be accessed directly.
*/

View File

@ -41,7 +41,6 @@ typedef struct _GUdevEnumeratorPrivate GUdevEnumeratorPrivate;
/**
* GUdevEnumerator:
* @parent: Parent instance.
*
* The #GUdevEnumerator struct is opaque and should not be accessed directly.
*