mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17: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
|
@ -28,6 +28,7 @@ private:
|
|||
virtual Messages::InspectorServer::SetInspectedObjectResponse set_inspected_object(pid_t, u64 object_id) override;
|
||||
virtual Messages::InspectorServer::SetObjectPropertyResponse set_object_property(pid_t, u64 object_id, String const& name, String const& value) override;
|
||||
virtual Messages::InspectorServer::IdentifyResponse identify(pid_t) override;
|
||||
virtual Messages::InspectorServer::IsInspectableResponse is_inspectable(pid_t) override;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue