From: Juerg Billeter Date: Tue, 10 Jul 2007 07:24:04 +0000 (+0000) Subject: fix typo X-Git-Tag: VALA_0_1_1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74e72a243a27486372fe8b5f7a52108e94151fca;p=thirdparty%2Fvala.git fix typo 2007-07-10 Juerg Billeter * vapi/hal.vala: fix typo svn path=/trunk/; revision=338 --- diff --git a/ChangeLog b/ChangeLog index 7ce93be90..e498296cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-07-10 Jürg Billeter + + * vapi/hal.vala: fix typo + 2007-07-09 Jürg Billeter * configure.ac: Post-release version bump diff --git a/vapi/hal.vala b/vapi/hal.vala index a2147795f..fc4078229 100644 --- a/vapi/hal.vala +++ b/vapi/hal.vala @@ -33,8 +33,8 @@ namespace Hal { public bool set_dbus_connection (DBus.Connection conn); public bool set_user_data (pointer user_data); public pointer get_user_data (); - public bool set_device_added (DeviceAdded _static delegate); - public bool set_device_removed (DeviceRemoved _static delegate); + public bool set_device_added (DeviceAdded _callback); + public bool set_device_removed (DeviceRemoved _callback); [NoArrayLength] [CCode (cname = "libhal_find_device_by_capability")] public string[] find_device_by_capability (string capability, ref int num_devices, ref DBus.Error error);