Files
idapython-src/tools/patch_codegen/kernwin.py
T
2021-03-30 08:54:44 +02:00

61 lines
2.5 KiB
Python

{
"SwigDirector_UI_Hooks::SwigDirector_UI_Hooks" : [
("maybe_collect_director_fixed_method_set",
[
("tform_visible", "widget_visible"),
("tform_invisible", "widget_invisible"),
("populating_tform_popup", "populating_widget_popup"),
("finish_populating_tform_popup", "finish_populating_widget_popup"),
("current_tform_changed", "current_widget_changed"),
]
),
],
"SwigDirector_View_Hooks::SwigDirector_View_Hooks" : [
("maybe_collect_director_fixed_method_set", None),
],
"SwigDirector_UI_Hooks::populating_widget_popup" : [
("director_method_call_arity_cap", (
False, # add GIL lock
"populating_widget_popup",
"(method ,(PyObject *)obj0,(PyObject *)obj1,(__argcnt < 3 ? NULL : (PyObject *)obj2), NULL)",
"(swig_get_self(), (PyObject *) swig_method_name ,(PyObject *)obj0,(PyObject *)obj1,(__argcnt < 4 ? NULL : (PyObject *)obj2), NULL)",
)),
],
"SwigDirector_UI_Hooks::finish_populating_widget_popup" : [
("director_method_call_arity_cap", (
False, # add GIL lock
"finish_populating_widget_popup",
"(method ,(PyObject *)obj0,(PyObject *)obj1,(__argcnt < 3 ? NULL : (PyObject *)obj2), NULL)",
"(swig_get_self(), (PyObject *) swig_method_name ,(PyObject *)obj0,(PyObject *)obj1,(__argcnt < 4 ? NULL : (PyObject *)obj2), NULL)",
)),
],
"SwigDirector_UI_Hooks::saved" : [
("director_method_call_arity_cap", (
True, # add GIL lock
"saved",
"(method ,(__argcnt < 2 ? NULL : (PyObject *)obj0), NULL)",
"(swig_get_self(), (PyObject *) swig_method_name ,(__argcnt < 2 ? NULL : (PyObject *)obj0), NULL)",
)),
("spontaneous_callback_call", (
False, # add GIL lock
None, # try anchor
None # catch anchor
)),
],
"__additional_thread_unsafe__" :
[
"py_get_ask_form",
"py_get_open_form",
"pyscv_init",
],
"error__varargs__" : [
("repl_text", ("resultobj = SWIG_Py_Void();", " // resultobj = SWIG_Py_Void();")),
("repl_text", ("return resultobj;", "qnotused(resultobj); // return resultobj;")),
],
"nomem__varargs__" : [
("repl_text", ("resultobj = SWIG_Py_Void();", " // resultobj = SWIG_Py_Void();")),
("repl_text", ("return resultobj;", "qnotused(resultobj); // return resultobj;")),
],
}