mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:57:35 +00:00
InspectorServer: Add is_inspectable
IPC
This commit is contained in:
parent
ee38f5241d
commit
00c8b74ab4
3 changed files with 11 additions and 0 deletions
|
@ -4,4 +4,5 @@ endpoint InspectorServer
|
|||
set_inspected_object(i32 pid, u64 object_id) => (bool success)
|
||||
set_object_property(i32 pid, u64 object_id, String name, String value) => (bool success)
|
||||
identify(i32 pid) => (String json)
|
||||
is_inspectable(i32 pid) => (bool inspectable)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue