Gio.DBusMethodInvocation.prototype.get_parameters
function get_parameters(): GLib.Variant {
// Gjs wrapper for g_dbus_method_invocation_get_parameters()
}
Gets the parameters of the method invocation. If there are no input parameters then this will return a GVariant with 0 children rather than NULL.
Since 2.26
- Returns
A GLib.Variant tuple. Do not unref this because it is owned by invocation.