mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
gdbusconnection: add a getter for the flags property
Right now this can only be set at construction but not read back. That seems unnecessarily restrictive, and we'll need to read these flags from outside of gdbusconnection.c in the next commit, so let's just make it public. https://gitlab.gnome.org/GNOME/glib/issues/1620
This commit is contained in:
@@ -2967,6 +2967,7 @@ g_dbus_connection_flush_sync
|
||||
g_dbus_connection_get_exit_on_close
|
||||
g_dbus_connection_set_exit_on_close
|
||||
g_dbus_connection_get_stream
|
||||
g_dbus_connection_get_flags
|
||||
g_dbus_connection_get_guid
|
||||
g_dbus_connection_get_unique_name
|
||||
GDBusCapabilityFlags
|
||||
|
Reference in New Issue
Block a user