chiark / gitweb /
gudev: silent gtk-doc warnings
authorKay Sievers <kay.sievers@vrfy.org>
Mon, 16 May 2011 14:24:08 +0000 (16:24 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Mon, 16 May 2011 14:24:08 +0000 (16:24 +0200)
extras/gudev/docs/gudev-docs.xml
extras/gudev/docs/gudev-sections.txt
extras/gudev/gudevclient.c
extras/gudev/gudevclient.h
extras/gudev/gudevdevice.h
extras/gudev/gudevenumerator.h

index 3a93b21720116fe9d254f5acec8a54d431d9979d..65fdfff8e5bbff2bc16d6e7a6ddbee158db1a35f 100644 (file)
@@ -29,7 +29,7 @@
     </authorgroup>
 
     <copyright>
-      <year>2009</year>
+      <year>2011</year>
       <holder>The GUDev Authors</holder>
     </copyright>
 
index 181870fb5a99f8f58b5f6f435fe24903fda2c66f..213e1a7465b0bf736c212b7f468a6c2e41b76870 100644 (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>
index 853454b6f022fa69916323c885ff1c4fc3540c30..97b951adcd421e559c4a2d7b3b822eb95dd01f1d 100644 (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,
index 6e365c6d350f433dc0d9e4fe6eee00e8888c4e6a..b425d03d48b256999356795e43acaafa9499cc60 100644 (file)
@@ -41,7 +41,6 @@ typedef struct _GUdevClientPrivate GUdevClientPrivate;
 
 /**
  * GUdevClient:
- * @parent: Parent instance.
  *
  * The #GUdevClient struct is opaque and should not be accessed directly.
  */
index ab22371ded1ed6d82920903c0447c569d45497e8..d4873bad0fbb84a2deb07f84d44c208ee5984a5f 100644 (file)
@@ -41,7 +41,6 @@ typedef struct _GUdevDevicePrivate GUdevDevicePrivate;
 
 /**
  * GUdevDevice:
- * @parent: Parent instance.
  *
  * The #GUdevDevice struct is opaque and should not be accessed directly.
  */
index ed54dbfc662fba60d00b55da4c0dd4c488e396a1..3fddccf573ec767ad58562460c5e83deb392f2b6 100644 (file)
@@ -41,7 +41,6 @@ typedef struct _GUdevEnumeratorPrivate GUdevEnumeratorPrivate;
 
 /**
  * GUdevEnumerator:
- * @parent: Parent instance.
  *
  * The #GUdevEnumerator struct is opaque and should not be accessed directly.
  *