Gio.DBusMessage.prototype.get_arg0
function get_arg0(): String { // Gjs wrapper for g_dbus_message_get_arg0() }
Convenience to get the first item in the body of message.
Since 2.26
- Returns
The string item or null if the first item in the body of message is not a string.