Home
last modified time | relevance | path

Searched refs:py_g_type (Results 1 – 6 of 6) sorted by relevance

/dports/devel/pyl-gobject/pygobject-2.28.6/gi/
H A Dpygi-type.c82 PyObject *py_g_type; in _pygi_type_get_from_g_type() local
85 py_g_type = pyg_type_wrapper_new (g_type); in _pygi_type_get_from_g_type()
86 if (py_g_type == NULL) { in _pygi_type_get_from_g_type()
90 py_type = PyObject_GetAttrString (py_g_type, "pytype"); in _pygi_type_get_from_g_type()
95 Py_DECREF (py_g_type); in _pygi_type_get_from_g_type()
H A Dgimodule.c36 PyObject *py_g_type; in _wrap_pyg_enum_add() local
41 kwlist, &PyGTypeWrapper_Type, &py_g_type)) { in _wrap_pyg_enum_add()
45 g_type = pyg_type_from_object (py_g_type); in _wrap_pyg_enum_add()
123 PyObject *py_g_type; in _wrap_pyg_flags_add() local
128 kwlist, &PyGTypeWrapper_Type, &py_g_type)) { in _wrap_pyg_flags_add()
132 g_type = pyg_type_from_object (py_g_type); in _wrap_pyg_flags_add()
211 PyObject *py_g_type; in _wrap_pyg_set_object_has_new_constructor() local
220 g_type = pyg_type_from_object (py_g_type); in _wrap_pyg_set_object_has_new_constructor()
240 PyObject *py_g_type; in _wrap_pyg_register_interface_info() local
245 &PyGTypeWrapper_Type, &py_g_type)) { in _wrap_pyg_register_interface_info()
[all …]
/dports/devel/pygobject3-common/pygobject-3.38.0/gi/
H A Dpygi-type.c89 PyObject *py_g_type; in pygi_type_get_from_g_type() local
92 py_g_type = pyg_type_wrapper_new (g_type); in pygi_type_get_from_g_type()
93 if (py_g_type == NULL) { in pygi_type_get_from_g_type()
97 py_type = PyObject_GetAttrString (py_g_type, "pytype"); in pygi_type_get_from_g_type()
102 Py_DECREF (py_g_type); in pygi_type_get_from_g_type()
H A Dgimodule.c1481 PyObject *py_g_type; in _wrap_pyg_enum_add() local
1486 kwlist, &PyGTypeWrapper_Type, &py_g_type)) { in _wrap_pyg_enum_add()
1490 g_type = pyg_type_from_object (py_g_type); in _wrap_pyg_enum_add()
1600 PyObject *py_g_type; in _wrap_pyg_flags_add() local
1605 kwlist, &PyGTypeWrapper_Type, &py_g_type)) { in _wrap_pyg_flags_add()
1609 g_type = pyg_type_from_object (py_g_type); in _wrap_pyg_flags_add()
1722 PyObject *py_g_type; in _wrap_pyg_register_interface_info() local
1727 &PyGTypeWrapper_Type, &py_g_type)) { in _wrap_pyg_register_interface_info()
1731 g_type = pyg_type_from_object (py_g_type); in _wrap_pyg_register_interface_info()
/dports/devel/py-gobject3/pygobject-3.38.0/gi/
H A Dpygi-type.c89 PyObject *py_g_type; in pygi_type_get_from_g_type() local
92 py_g_type = pyg_type_wrapper_new (g_type); in pygi_type_get_from_g_type()
93 if (py_g_type == NULL) { in pygi_type_get_from_g_type()
97 py_type = PyObject_GetAttrString (py_g_type, "pytype"); in pygi_type_get_from_g_type()
102 Py_DECREF (py_g_type); in pygi_type_get_from_g_type()
H A Dgimodule.c1481 PyObject *py_g_type; in _wrap_pyg_enum_add() local
1486 kwlist, &PyGTypeWrapper_Type, &py_g_type)) { in _wrap_pyg_enum_add()
1490 g_type = pyg_type_from_object (py_g_type); in _wrap_pyg_enum_add()
1600 PyObject *py_g_type; in _wrap_pyg_flags_add() local
1605 kwlist, &PyGTypeWrapper_Type, &py_g_type)) { in _wrap_pyg_flags_add()
1609 g_type = pyg_type_from_object (py_g_type); in _wrap_pyg_flags_add()
1722 PyObject *py_g_type; in _wrap_pyg_register_interface_info() local
1727 &PyGTypeWrapper_Type, &py_g_type)) { in _wrap_pyg_register_interface_info()
1731 g_type = pyg_type_from_object (py_g_type); in _wrap_pyg_register_interface_info()