2007-07-10 Juerg Billeter <j@bitron.ch>
* vapi/hal.vala: fix typo
svn path=/trunk/; revision=338
+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
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);