mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
gdbusproxy: Document blocking guarantees of constructors
Signed-off-by: Philip Withnall <withnall@endlessm.com> https://gitlab.gnome.org/GNOME/glib/issues/734
This commit is contained in:
parent
22d75a0889
commit
2eaeefdf5d
@ -1996,6 +1996,10 @@ initable_iface_init (GInitableIface *initable_iface)
|
||||
* match rules for signals. Connect to the #GDBusProxy::g-signal signal
|
||||
* to handle signals from the remote object.
|
||||
*
|
||||
* If both %G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES and
|
||||
* %G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS are set, this constructor is
|
||||
* guaranteed to complete immediately without blocking.
|
||||
*
|
||||
* If @name is a well-known name and the
|
||||
* %G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START and %G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START_AT_CONSTRUCTION
|
||||
* flags aren't set and no name owner currently exists, the message bus
|
||||
@ -2096,6 +2100,10 @@ g_dbus_proxy_new_finish (GAsyncResult *res,
|
||||
* match rules for signals. Connect to the #GDBusProxy::g-signal signal
|
||||
* to handle signals from the remote object.
|
||||
*
|
||||
* If both %G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES and
|
||||
* %G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS are set, this constructor is
|
||||
* guaranteed to return immediately without blocking.
|
||||
*
|
||||
* If @name is a well-known name and the
|
||||
* %G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START and %G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START_AT_CONSTRUCTION
|
||||
* flags aren't set and no name owner currently exists, the message bus
|
||||
|
Loading…
Reference in New Issue
Block a user