mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
GDBusMessage: Make it possible to lock and copy messages
Don't actually use this yet as that will require a couple of modifications to the filter function signature. This is part of the bug-fix for https://bugzilla.gnome.org/show_bug.cgi?id=624546#c8 Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
@@ -41,6 +41,7 @@ TEST_PROGS += \
|
||||
async-close-output-stream \
|
||||
gdbus-addresses \
|
||||
network-address \
|
||||
gdbus-message \
|
||||
$(NULL)
|
||||
|
||||
if OS_UNIX
|
||||
@@ -219,6 +220,9 @@ gdbus_addresses_LDADD = $(progs_ldadd)
|
||||
gdbus_connection_SOURCES = gdbus-connection.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
|
||||
gdbus_connection_LDADD = $(progs_ldadd)
|
||||
|
||||
gdbus_message_SOURCES = gdbus-message.c
|
||||
gdbus_message_LDADD = $(progs_ldadd)
|
||||
|
||||
gdbus_names_SOURCES = gdbus-names.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
|
||||
gdbus_names_LDADD = $(progs_ldadd)
|
||||
|
||||
|
Reference in New Issue
Block a user