mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
Add _with_closures alternative functions for those in GDBus that
accept more than one callback. g_bus_own_name_with_closures g_bus_own_name_on_connection_with_closures g_bus_watch_name_with_closures g_bus_watch_name_on_connection_with_closures g_bus_watch_proxy_with_closures g_bus_watch_proxy_on_connection_with_closures https://bugzilla.gnome.org/show_bug.cgi?id=621092
This commit is contained in:
@@ -2465,6 +2465,8 @@ GBusNameOwnerFlags
|
||||
g_bus_own_name
|
||||
g_bus_own_name_on_connection
|
||||
g_bus_unown_name
|
||||
g_bus_own_name_with_closures
|
||||
g_bus_own_name_on_connection_with_closures
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@@ -2475,6 +2477,8 @@ GBusNameWatcherFlags
|
||||
g_bus_watch_name
|
||||
g_bus_watch_name_on_connection
|
||||
g_bus_unwatch_name
|
||||
g_bus_watch_name_with_closures
|
||||
g_bus_watch_name_on_connection_with_closures
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@@ -2484,6 +2488,8 @@ GBusProxyVanishedCallback
|
||||
g_bus_watch_proxy
|
||||
g_bus_watch_proxy_on_connection
|
||||
g_bus_unwatch_proxy
|
||||
g_bus_watch_proxy_with_closures
|
||||
g_bus_watch_proxy_on_connection_with_closures
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
Reference in New Issue
Block a user