mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-03 04:30:12 +01:00
* bus/dispatch.c: (send_one_message): Only send broadcast messages to registered connections. * dbus/dbus-message.c: (dbus_message_name_is): * dbus/dbus-message.h: New convenience function. * dbus/dbus-transport-debug.c: (do_reading): Only dispatch one message per run. * test/Makefile.am: * test/bus-test.c: (new_connection_callback), (die), (test_hello_client1_handler), (test_hello_client2_handler), (test_hello_replies), (main): * test/bus-test-loop.[ch]: Add these.
10 lines
231 B
C
10 lines
231 B
C
#include <dbus/dbus.h>
|
|
|
|
void bus_test_loop_hookup_with_server (DBusServer *server);
|
|
void bus_test_loop_hookup_with_connection (DBusConnection *connection);
|
|
|
|
void bus_test_loop_quit (void);
|
|
void bus_test_loop_run (void);
|
|
|
|
|
|
|