diff options
author | David Zeuthen <davidz@redhat.com> | 2006-08-07 23:50:47 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2006-08-07 23:50:47 -0400 |
commit | 7b1d143b988b378b3269b767259d387e64b14718 (patch) | |
tree | a371172f1ac5bab540eec1d407ffc923442919d8 /doc | |
parent | 602bbb270d0851047a0bebc442a1fdc92a4f91c7 (diff) |
add API to hald (and libhal) to change multiple properties at once
Also converted probe-volume to use this new API.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/tmpl/blockdev.sgml | 1 | ||||
-rw-r--r-- | doc/api/tmpl/config.sgml | 7 | ||||
-rw-r--r-- | doc/api/tmpl/libhal-storage.sgml | 27 | ||||
-rw-r--r-- | doc/api/tmpl/util.sgml | 25 |
4 files changed, 59 insertions, 1 deletions
diff --git a/doc/api/tmpl/blockdev.sgml b/doc/api/tmpl/blockdev.sgml index 512348f4..14ff2311 100644 --- a/doc/api/tmpl/blockdev.sgml +++ b/doc/api/tmpl/blockdev.sgml @@ -35,7 +35,6 @@ blockdev </para> @sysfs_path: -@is_partition: @end_token: diff --git a/doc/api/tmpl/config.sgml b/doc/api/tmpl/config.sgml index fd0c10c4..5a6b8933 100644 --- a/doc/api/tmpl/config.sgml +++ b/doc/api/tmpl/config.sgml @@ -87,6 +87,13 @@ config +<!-- ##### MACRO HAVE_ASPRINTF ##### --> +<para> + +</para> + + + <!-- ##### MACRO HAVE_BIND_TEXTDOMAIN_CODESET ##### --> <para> diff --git a/doc/api/tmpl/libhal-storage.sgml b/doc/api/tmpl/libhal-storage.sgml index 53a7ecf3..ab027a72 100644 --- a/doc/api/tmpl/libhal-storage.sgml +++ b/doc/api/tmpl/libhal-storage.sgml @@ -289,6 +289,15 @@ libhal-storage @Returns: +<!-- ##### FUNCTION libhal_drive_get_size ##### --> +<para> + +</para> + +@drive: +@Returns: + + <!-- ##### FUNCTION libhal_drive_no_partitions_hint ##### --> <para> @@ -738,6 +747,24 @@ libhal-storage @Returns: +<!-- ##### FUNCTION libhal_volume_get_partition_start_offset ##### --> +<para> + +</para> + +@volume: +@Returns: + + +<!-- ##### FUNCTION libhal_volume_get_partition_media_size ##### --> +<para> + +</para> + +@volume: +@Returns: + + <!-- ##### FUNCTION libhal_volume_get_label ##### --> <para> diff --git a/doc/api/tmpl/util.sgml b/doc/api/tmpl/util.sgml index cd1511b5..d7389951 100644 --- a/doc/api/tmpl/util.sgml +++ b/doc/api/tmpl/util.sgml @@ -126,6 +126,31 @@ util @Returns: +<!-- ##### FUNCTION hal_util_get_uint64_from_file ##### --> +<para> + +</para> + +@directory: +@file: +@result: +@base: +@Returns: + + +<!-- ##### FUNCTION hal_util_set_uint64_from_file ##### --> +<para> + +</para> + +@d: +@key: +@directory: +@file: +@base: +@Returns: + + <!-- ##### FUNCTION hal_util_get_string_from_file ##### --> <para> |