| IDAPython 8.4
    | 
| Functions | |
| "void" | mark_position (*args) | 
| mark_position(ea, lnnum, x, y, slot, comment) | |
| "ea_t" | get_marked_pos (*args) | 
| get_marked_pos(slot) -> ea_t | |
| "PyObject *" | get_mark_comment (*args) | 
| get_mark_comment(slot) -> PyObject * | |
| "PyObject *" get_mark_comment | ( | * | args | ) | 
| slot | int32 | 
| "ea_t" get_marked_pos | ( | * | args | ) | 
| slot | int32 | 
| "void" mark_position | ( | * | args | ) | 
| ea | ea_t | 
| lnnum | int | 
| x | short | 
| y | short | 
| slot | int32 | 
| comment | char const * |