|
|
@ -281,7 +281,7 @@
|
|
|
|
interface is valid (since we don't return a null pointer
|
|
|
|
interface is valid (since we don't return a null pointer
|
|
|
|
anymore) (r534099)
|
|
|
|
anymore) (r534099)
|
|
|
|
|
|
|
|
|
|
|
|
* qt/qdbusinterface_p.h: Don't crash if tqmetaObject is 0
|
|
|
|
* qt/qdbusinterface_p.h: Don't crash if metaObject is 0
|
|
|
|
(r534101)
|
|
|
|
(r534101)
|
|
|
|
|
|
|
|
|
|
|
|
* qt/qdbusinternalfilters.cpp: Decouple the introspection
|
|
|
|
* qt/qdbusinternalfilters.cpp: Decouple the introspection
|
|
|
@ -6408,7 +6408,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
* dbus/dbus-transport-unix.c (do_reading):
|
|
|
|
* dbus/dbus-transport-unix.c (do_reading):
|
|
|
|
_dbus_transport_queue_messages return value is of type
|
|
|
|
_dbus_transport_queue_messages return value is of type
|
|
|
|
dbus_bool_t, not DBusDispatchtqStatus.
|
|
|
|
dbus_bool_t, not DBusDispatchStatus.
|
|
|
|
|
|
|
|
|
|
|
|
2004-07-19 David Zeuthen <david@fubar.dk>
|
|
|
|
2004-07-19 David Zeuthen <david@fubar.dk>
|
|
|
|
|
|
|
|
|
|
|
@ -9748,12 +9748,12 @@
|
|
|
|
allowing us to fix up main loop usage
|
|
|
|
allowing us to fix up main loop usage
|
|
|
|
(_dbus_connection_last_unref): free all the various function
|
|
|
|
(_dbus_connection_last_unref): free all the various function
|
|
|
|
user data
|
|
|
|
user data
|
|
|
|
(dbus_connection_dispatch): call the DispatchtqStatusFunction
|
|
|
|
(dbus_connection_dispatch): call the DispatchStatusFunction
|
|
|
|
whenever this function returns
|
|
|
|
whenever this function returns
|
|
|
|
(dbus_connection_handle_watch): call DispatchtqStatusFunction
|
|
|
|
(dbus_connection_handle_watch): call DispatchStatusFunction
|
|
|
|
(dbus_connection_send_with_reply_and_block): call DispatchtqStatusFunction
|
|
|
|
(dbus_connection_send_with_reply_and_block): call DispatchStatusFunction
|
|
|
|
(reply_handler_timeout): call DispatchtqStatusFunction
|
|
|
|
(reply_handler_timeout): call DispatchStatusFunction
|
|
|
|
(dbus_connection_flush): call DispatchtqStatusFunction
|
|
|
|
(dbus_connection_flush): call DispatchStatusFunction
|
|
|
|
|
|
|
|
|
|
|
|
2003-04-09 Havoc Pennington <hp@redhat.com>
|
|
|
|
2003-04-09 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
|
|
|
|
|
|
|