mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-11 03:34:05 +02:00
GDBus: add 'monitor' verb to gdbus(1)
This uncovered a bug in name watching if the name wasn't activatable. Also provoked the need for on_connection variants of g_bus_watch_name (added g_bus_watch_proxy's variant as well).
This commit is contained in:
@@ -2446,6 +2446,7 @@ GBusNameAppearedCallback
|
||||
GBusNameVanishedCallback
|
||||
GBusNameWatcherFlags
|
||||
g_bus_watch_name
|
||||
g_bus_watch_name_on_connection
|
||||
g_bus_unwatch_name
|
||||
</SECTION>
|
||||
|
||||
@@ -2454,6 +2455,7 @@ g_bus_unwatch_name
|
||||
GBusProxyAppearedCallback
|
||||
GBusProxyVanishedCallback
|
||||
g_bus_watch_proxy
|
||||
g_bus_watch_proxy_on_connection
|
||||
g_bus_unwatch_proxy
|
||||
</SECTION>
|
||||
|
||||
|
Reference in New Issue
Block a user