mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-26 04:02:09 +01:00
GDBusMethodInvocation: document behaviour change
We changed the behaviour of this API to adapt to a change in the D-Bus specification. Document the new behaviour, along with the time of the change. https://bugzilla.gnome.org/show_bug.cgi?id=755421
This commit is contained in:
parent
dbea81b02d
commit
86c5d8978d
@ -538,6 +538,11 @@ g_dbus_method_invocation_return_value_internal (GDBusMethodInvocation *invocatio
|
||||
*
|
||||
* This method will free @invocation, you cannot use it afterwards.
|
||||
*
|
||||
* Since 2.48, if the method call requested for a reply not to be sent
|
||||
* then this call will sink @parameters and free @invocation, but
|
||||
* otherwise do nothing (as per the recommendations of the D-Bus
|
||||
* specification).
|
||||
*
|
||||
* Since: 2.26
|
||||
*/
|
||||
void
|
||||
@ -596,6 +601,10 @@ g_dbus_method_invocation_return_value_with_unix_fd_list (GDBusMethodInvocation *
|
||||
*
|
||||
* This method will free @invocation, you cannot use it afterwards.
|
||||
*
|
||||
* Since 2.48, if the method call requested for a reply not to be sent
|
||||
* then this call will free @invocation but otherwise do nothing (as per
|
||||
* the recommendations of the D-Bus specification).
|
||||
*
|
||||
* Since: 2.26
|
||||
*/
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user