Home
last modified time | relevance | path

Searched refs:type_module (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gobject/
Dgtypemodule.h200 type_name##_register_type (GTypeModule *type_module) \
215 type_name##_type_id = g_type_module_register_type (type_module, \
243 …g_type_module_add_interface (type_module, g_define_type_id, TYPE_IFACE, &g_implement_interface_inf…
/third_party/python/Objects/
Dtypeobject.c577 type_module(PyTypeObject *type, void *context) in type_module() function
1041 {"__module__", (getter)type_module, (setter)type_set_module, NULL},
1056 mod = type_module(type, NULL); in type_repr()
4520 mod = type_module(type, NULL); in object_repr()