mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
g_dbus_method_invocation_return_value consumes the floating variant
Bug #620953.
This commit is contained in:
parent
2ab9a07ec7
commit
06e74ca969
@ -323,6 +323,7 @@ g_dbus_method_invocation_new (const gchar *sender,
|
||||
* @parameters: A #GVariant tuple with out parameters for the method or %NULL if not passing any parameters.
|
||||
*
|
||||
* Finishes handling a D-Bus method call by returning @parameters.
|
||||
* If the @parameters GVariant is floating, it is consumed.
|
||||
*
|
||||
* It is an error if @parameters is not of the right format.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user