Gio.DBusMessage.prototype.get_body

function get_body(): GLib.Variant {
    // Gjs wrapper for g_dbus_message_get_body()
}
  

Gets the body of a message.

Since 2.26

Returns

A GLib.Variant or null if the body is empty. Do not free, it is owned by message.