]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
fix typo
authorJuerg Billeter <j@bitron.ch>
Tue, 10 Jul 2007 07:24:04 +0000 (07:24 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Tue, 10 Jul 2007 07:24:04 +0000 (07:24 +0000)
2007-07-10  Juerg Billeter  <j@bitron.ch>

* vapi/hal.vala: fix typo

svn path=/trunk/; revision=338

ChangeLog
vapi/hal.vala

index 7ce93be90eab31a6611c275eec52d3ccb77e1182..e498296cfa2404a04d7681b6da00f9c01da7e923 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-10  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/hal.vala: fix typo
+
 2007-07-09  Jürg Billeter  <j@bitron.ch>
 
        * configure.ac: Post-release version bump
index a2147795f574643e1e24439b4db2ef756b9db890..fc4078229bd843aab1141f5515734fcdb613379e 100644 (file)
@@ -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);