summaryrefslogtreecommitdiff
path: root/partutil
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@web.de>2007-02-20 17:59:36 +0100
committerDanny Kukawka <danny.kukawka@web.de>2007-02-20 17:59:36 +0100
commitfbf31cf6300695958a3a936ed3a90619d5af84a2 (patch)
treee248c3a4a0aa21ddace3d804166b081b98d84248 /partutil
parentd0e1baea517a8c4e538c73db77576a6d5c794657 (diff)
fix gtk-doc code documentation
This fixes the gtk-doc code documentation (why ever we switched from docbook to gtk-doc - IMO docbook was more tolerant and better to use and the change was not the best idea). This needed also some smaller code changes.
Diffstat (limited to 'partutil')
-rw-r--r--partutil/partutil.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/partutil/partutil.h b/partutil/partutil.h
index 61dec2f1..9b6a9c5a 100644
--- a/partutil/partutil.h
+++ b/partutil/partutil.h
@@ -342,7 +342,8 @@ gboolean part_add_partition (char *device,
int geometry_hps, int geometry_spt);
/**
- * @device: name of device file for entire disk, e.g. /dev/sda
+ * part_change_partition:
+ * @device_file: name of device file for entire disk, e.g. /dev/sda
* @start: start offset of existing partition, in bytes
* @new_start: new start offset of partition, in bytes
* @new_size: new size of partition, in bytes