Gio.DBusMethodInvocation.prototype.get_property_info

function get_property_info(): Gio.DBusPropertyInfo {
    // Gjs wrapper for g_dbus_method_invocation_get_property_info()
}
  

Gets information about the property that this method call is for, if any.

This will only be set in the case of an invocation in response to a property Get or Set call that has been directed to the method call handler for an object on account of its property_get() or property_set() vtable pointers being unset.

See Gio.DBusInterfaceVTable for more information.

If the call was GetAll, null will be returned.

Since 2.38

Returns

a Gio.DBusPropertyInfo or null