mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +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:
@@ -58,7 +58,10 @@ GDBusMessage *g_dbus_message_new_method_error_literal (GDBusMessage
|
||||
const gchar *error_message);
|
||||
gchar *g_dbus_message_print (GDBusMessage *message,
|
||||
guint indent);
|
||||
|
||||
gboolean g_dbus_message_get_locked (GDBusMessage *message);
|
||||
void g_dbus_message_lock (GDBusMessage *message);
|
||||
GDBusMessage *g_dbus_message_copy (GDBusMessage *message,
|
||||
GError **error);
|
||||
GDBusMessageByteOrder g_dbus_message_get_byte_order (GDBusMessage *message);
|
||||
void g_dbus_message_set_byte_order (GDBusMessage *message,
|
||||
GDBusMessageByteOrder byte_order);
|
||||
|
Reference in New Issue
Block a user