summaryrefslogtreecommitdiff
path: root/libhal-storage
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@web.de>2007-02-20 18:40:14 +0100
committerDanny Kukawka <danny.kukawka@web.de>2007-02-20 18:40:14 +0100
commit5c805a264429fd58a18ce8233a1cefd96f10ea99 (patch)
treed390a94ea6803659ad2e0ae23904cfbc1cf46156 /libhal-storage
parentfbf31cf6300695958a3a936ed3a90619d5af84a2 (diff)
fix (more) gtk-doc code documentation
Fixed the gtk-doc code documentation by replace docbook style to avoid error messages while build.
Diffstat (limited to 'libhal-storage')
-rw-r--r--libhal-storage/libhal-storage.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/libhal-storage/libhal-storage.c b/libhal-storage/libhal-storage.c
index 087dfeb4..cc00a74c 100644
--- a/libhal-storage/libhal-storage.c
+++ b/libhal-storage/libhal-storage.c
@@ -1379,11 +1379,14 @@ out:
}
-/** Get the volume object for a given mount point
+/**
+ * libhal_volume_from_mount_point:
+ * @hal_ctx: libhal context to use
+ * @device_file: Name of mount point without terminting slash, e.g. '/media/disk'
+ *
+ * Returns: LibHalVolume object or NULL if it doesn't exist
*
- * @param hal_ctx libhal context to use
- * @param device_file Name of mount point without terminting slash, e.g. '/media/disk'
- * @return LibHalVolume object or NULL if it doesn't exist
+ * Get the volume object for a given mount point
*/
LibHalVolume *
libhal_volume_from_mount_point (LibHalContext *hal_ctx,
@@ -1430,6 +1433,7 @@ out:
* libhal_volume_from_device_file:
* @hal_ctx: libhal context to use
* @device_file: Name of special device file, e.g. '/dev/hda5'
+ *
* Returns: LibHalVolume object or NULL if it doesn't exist
*
* Get the volume object for a given device file.