hal: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Thu Jan 4 11:49:28 PST 2007


 libhal/libhal.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

New commits:
diff-tree c66993a7064c3fb3d1c1a86198ff7f56b49cc3b8 (from a903da8418a7dcbf7d258b9f234cca45ba5b3af5)
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Thu Jan 4 20:49:17 2007 +0100

    fixed code docu in libhal
    
    Fixed copy-and-paste error in libhal and named the related
    functions in the code documentation correct.

diff --git a/libhal/libhal.c b/libhal/libhal.c
index 49ac5c4..d7a0c65 100644
--- a/libhal/libhal.c
+++ b/libhal/libhal.c
@@ -3592,7 +3592,7 @@ libhal_changeset_append (LibHalChangeSet
 
 
 /**
- * libhal_device_set_property_string:
+ * libhal_changeset_set_property_string:
  * @changeset: the changeset
  * @key: key of property 
  * @value: the value to set
@@ -3631,7 +3631,7 @@ out:
 }
 
 /**
- * libhal_device_set_property_int:
+ * libhal_changeset_set_property_int:
  * @changeset: the changeset
  * @key: key of property 
  * @value: the value to set
@@ -3664,7 +3664,7 @@ out:
 }
 
 /**
- * libhal_device_set_property_uint64:
+ * libhal_changeset_set_property_uint64:
  * @changeset: the changeset
  * @key: key of property 
  * @value: the value to set
@@ -3697,7 +3697,7 @@ out:
 }
 
 /**
- * libhal_device_set_property_double:
+ * libhal_changeset_set_property_double:
  * @changeset: the changeset
  * @key: key of property 
  * @value: the value to set
@@ -3730,7 +3730,7 @@ out:
 }
 
 /**
- * libhal_device_set_property_bool:
+ * libhal_changeset_set_property_bool:
  * @changeset: the changeset
  * @key: key of property 
  * @value: the value to set


More information about the hal-commit mailing list