summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-05-16 16:24:08 +0200
committerKay Sievers <kay.sievers@vrfy.org>2011-05-16 16:24:08 +0200
commit079de714754b1e058f57220281e7f901d4c826d6 (patch)
tree0831813d83621f28144952711028637cec3ffbb1 /extras
parentf0fa13d7f7fdb8fb064c55a23c5c461b12f009b2 (diff)
gudev: silent gtk-doc warnings
Diffstat (limited to 'extras')
-rw-r--r--extras/gudev/docs/gudev-docs.xml2
-rw-r--r--extras/gudev/docs/gudev-sections.txt19
-rw-r--r--extras/gudev/gudevclient.c2
-rw-r--r--extras/gudev/gudevclient.h1
-rw-r--r--extras/gudev/gudevdevice.h1
-rw-r--r--extras/gudev/gudevenumerator.h1
6 files changed, 22 insertions, 4 deletions
diff --git a/extras/gudev/docs/gudev-docs.xml b/extras/gudev/docs/gudev-docs.xml
index 3a93b21720..65fdfff8e5 100644
--- a/extras/gudev/docs/gudev-docs.xml
+++ b/extras/gudev/docs/gudev-docs.xml
@@ -29,7 +29,7 @@
</authorgroup>
<copyright>
- <year>2009</year>
+ <year>2011</year>
<holder>The GUDev Authors</holder>
</copyright>
diff --git a/extras/gudev/docs/gudev-sections.txt b/extras/gudev/docs/gudev-sections.txt
index 181870fb5a..213e1a7465 100644
--- a/extras/gudev/docs/gudev-sections.txt
+++ b/extras/gudev/docs/gudev-sections.txt
@@ -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>
diff --git a/extras/gudev/gudevclient.c b/extras/gudev/gudevclient.c
index 853454b6f0..97b951adcd 100644
--- a/extras/gudev/gudevclient.c
+++ b/extras/gudev/gudevclient.c
@@ -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,
diff --git a/extras/gudev/gudevclient.h b/extras/gudev/gudevclient.h
index 6e365c6d35..b425d03d48 100644
--- a/extras/gudev/gudevclient.h
+++ b/extras/gudev/gudevclient.h
@@ -41,7 +41,6 @@ typedef struct _GUdevClientPrivate GUdevClientPrivate;
/**
* GUdevClient:
- * @parent: Parent instance.
*
* The #GUdevClient struct is opaque and should not be accessed directly.
*/
diff --git a/extras/gudev/gudevdevice.h b/extras/gudev/gudevdevice.h
index ab22371ded..d4873bad0f 100644
--- a/extras/gudev/gudevdevice.h
+++ b/extras/gudev/gudevdevice.h
@@ -41,7 +41,6 @@ typedef struct _GUdevDevicePrivate GUdevDevicePrivate;
/**
* GUdevDevice:
- * @parent: Parent instance.
*
* The #GUdevDevice struct is opaque and should not be accessed directly.
*/
diff --git a/extras/gudev/gudevenumerator.h b/extras/gudev/gudevenumerator.h
index ed54dbfc66..3fddccf573 100644
--- a/extras/gudev/gudevenumerator.h
+++ b/extras/gudev/gudevenumerator.h
@@ -41,7 +41,6 @@ typedef struct _GUdevEnumeratorPrivate GUdevEnumeratorPrivate;
/**
* GUdevEnumerator:
- * @parent: Parent instance.
*
* The #GUdevEnumerator struct is opaque and should not be accessed directly.
*