mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-27 03:18:59 +02:00
GDBusInterface: add dup_object() method
This is needed for thread-safety ... yes, it would have been better to make get_object() return a full reference and have something like a peek_object() method return a borrowed reference for C convenience (only a single vfunc would have been needed). But such an ABI break is too late now... Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
@@ -3419,6 +3419,7 @@ GDBusInterface
|
||||
GDBusInterfaceIface
|
||||
g_dbus_interface_get_info
|
||||
g_dbus_interface_get_object
|
||||
g_dbus_interface_dup_object
|
||||
g_dbus_interface_set_object
|
||||
<SUBSECTION Standard>
|
||||
G_DBUS_INTERFACE
|
||||
|
Reference in New Issue
Block a user