mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
GDBusInterfaceSkeleton: make it possible to export on multiple connections
This is useful in peer-to-peer connections. With minor changes by David Zeuthen <davidz@redhat.com>. https://bugzilla.gnome.org/show_bug.cgi?id=662718 Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
committed by
David Zeuthen
parent
22da18fa70
commit
a00530ecb0
@@ -1535,6 +1535,8 @@ g_dbus_interface_skeleton_export
|
||||
g_dbus_interface_skeleton_flags_get_type
|
||||
g_dbus_interface_skeleton_flush
|
||||
g_dbus_interface_skeleton_get_connection
|
||||
g_dbus_interface_skeleton_get_connections
|
||||
g_dbus_interface_skeleton_has_connection
|
||||
g_dbus_interface_skeleton_get_flags
|
||||
g_dbus_interface_skeleton_get_info
|
||||
g_dbus_interface_skeleton_get_object_path
|
||||
@@ -1543,6 +1545,7 @@ g_dbus_interface_skeleton_get_type
|
||||
g_dbus_interface_skeleton_get_vtable
|
||||
g_dbus_interface_skeleton_set_flags
|
||||
g_dbus_interface_skeleton_unexport
|
||||
g_dbus_interface_skeleton_unexport_from_connection
|
||||
g_dbus_object_get_interface
|
||||
g_dbus_object_get_interfaces
|
||||
g_dbus_object_get_object_path
|
||||
|
Reference in New Issue
Block a user