summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-02-12 20:13:08 +0000
committerHavoc Pennington <hp@redhat.com>2005-02-12 20:13:08 +0000
commit85fb9ff93c91bc500b91759d044e3dfd951c7868 (patch)
treec4b05d06dac85497f1220bc8ccece3e25b968f4c /ChangeLog
parent5b26893cdddddc82dd8d278b9f4bb449f9aac59e (diff)
2005-02-12 Havoc Pennington <hp@redhat.com>
* bus/driver.c (bus_driver_handle_introspect): add introspection for bus driver
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad384a7a..d3581801 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-02-12 Havoc Pennington <hp@redhat.com>
+ * bus/driver.c (bus_driver_handle_introspect): add introspection
+ for bus driver
+
+2005-02-12 Havoc Pennington <hp@redhat.com>
+
* bus/driver.c: put the signature of each bus driver method in the
table of handlers and check it on incoming calls; this isn't
really useful, but going to add introspect support in a minute.