mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Add missing Device member
This commit is contained in:
@@ -164,6 +164,7 @@ static PyMemberDef PyDevice_members[] =
|
||||
{
|
||||
{ "id", T_UINT, G_STRUCT_OFFSET (PyDevice, id), READONLY, "Device ID."},
|
||||
{ "name", T_STRING, G_STRUCT_OFFSET (PyDevice, name), READONLY, "Human-readable device name."},
|
||||
{ "icon", T_OBJECT_EX, G_STRUCT_OFFSET (PyDevice, icon), READONLY, "Icon."},
|
||||
{ "type", T_STRING, G_STRUCT_OFFSET (PyDevice, type), READONLY, "Device type. One of: local, tether, remote."},
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user