Searched refs:PyGFlags_Type (Results 1 – 13 of 13) sorted by relevance
/dports/devel/pygobject3-common/pygobject-3.38.0/gi/ |
H A D | pygflags.c | 32 PYGI_DEFINE_TYPE("gobject.GFlags", PyGFlags_Type, PyGFlags); 39 g_assert(PyObject_IsSubclass(subclass, (PyObject*) &PyGFlags_Type)); in pyg_flags_val_new() 505 PyGFlags_Type.tp_base = &PyLong_Type; in pygi_flags_register_types() 506 PyGFlags_Type.tp_new = pyg_flags_new; in pygi_flags_register_types() 507 PyGFlags_Type.tp_hash = PyLong_Type.tp_hash; in pygi_flags_register_types() 508 PyGFlags_Type.tp_repr = (reprfunc)pyg_flags_repr; in pygi_flags_register_types() 509 PyGFlags_Type.tp_as_number = &pyg_flags_as_number; in pygi_flags_register_types() 510 PyGFlags_Type.tp_str = (reprfunc)pyg_flags_repr; in pygi_flags_register_types() 513 PyGFlags_Type.tp_getset = pyg_flags_getsets; in pygi_flags_register_types() 514 PyGFlags_Type.tp_alloc = PyType_GenericAlloc; in pygi_flags_register_types() [all …]
|
H A D | pygflags.h | 31 extern PyTypeObject PyGFlags_Type; 33 #define PyGFlags_Check(x) (PyObject_IsInstance((PyObject *)x, (PyObject *)&PyGFlags_Type) && g_type…
|
H A D | pygobject.h | 273 #define PyGFlags_Type (*_PyGObject_API->flags_type) macro
|
H A D | gimodule.c | 2399 &PyGFlags_Type,
|
/dports/devel/py-gobject3/pygobject-3.38.0/gi/ |
H A D | pygflags.c | 32 PYGI_DEFINE_TYPE("gobject.GFlags", PyGFlags_Type, PyGFlags); 39 g_assert(PyObject_IsSubclass(subclass, (PyObject*) &PyGFlags_Type)); in pyg_flags_val_new() 505 PyGFlags_Type.tp_base = &PyLong_Type; in pygi_flags_register_types() 506 PyGFlags_Type.tp_new = pyg_flags_new; in pygi_flags_register_types() 507 PyGFlags_Type.tp_hash = PyLong_Type.tp_hash; in pygi_flags_register_types() 508 PyGFlags_Type.tp_repr = (reprfunc)pyg_flags_repr; in pygi_flags_register_types() 509 PyGFlags_Type.tp_as_number = &pyg_flags_as_number; in pygi_flags_register_types() 510 PyGFlags_Type.tp_str = (reprfunc)pyg_flags_repr; in pygi_flags_register_types() 513 PyGFlags_Type.tp_getset = pyg_flags_getsets; in pygi_flags_register_types() 514 PyGFlags_Type.tp_alloc = PyType_GenericAlloc; in pygi_flags_register_types() [all …]
|
H A D | pygflags.h | 31 extern PyTypeObject PyGFlags_Type; 33 #define PyGFlags_Check(x) (PyObject_IsInstance((PyObject *)x, (PyObject *)&PyGFlags_Type) && g_type…
|
H A D | pygobject.h | 273 #define PyGFlags_Type (*_PyGObject_API->flags_type) macro
|
H A D | gimodule.c | 2399 &PyGFlags_Type,
|
/dports/devel/pyl-gobject/pygobject-2.28.6/gobject/ |
H A D | pygflags.c | 36 PYGLIB_DEFINE_TYPE("gobject.GFlags", PyGFlags_Type, PyGFlags); 249 typename, (PyObject *)&PyGFlags_Type, in pyg_flags_add() 471 PyGFlags_Type.tp_base = &PYGLIB_PyLong_Type; in pygobject_flags_register_types() 473 PyGFlags_Type.tp_new = pyg_flags_new; in pygobject_flags_register_types() 475 PyGFlags_Type.tp_new = PyLong_Type.tp_new; in pygobject_flags_register_types() 476 PyGFlags_Type.tp_hash = PyLong_Type.tp_hash; in pygobject_flags_register_types() 478 PyGFlags_Type.tp_repr = (reprfunc)pyg_flags_repr; in pygobject_flags_register_types() 479 PyGFlags_Type.tp_as_number = &pyg_flags_as_number; in pygobject_flags_register_types() 480 PyGFlags_Type.tp_str = (reprfunc)pyg_flags_repr; in pygobject_flags_register_types() 481 PyGFlags_Type.tp_flags = Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE; in pygobject_flags_register_types() [all …]
|
H A D | pygobject-private.h | 190 extern PyTypeObject PyGFlags_Type;
|
H A D | pygobject.h | 254 #define PyGFlags_Type (*_PyGObject_API->flags_type) macro
|
H A D | gobjectmodule.c | 2459 &PyGFlags_Type,
|
/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/src/ |
H A D | pygobject.h | 273 #define PyGFlags_Type (*_PyGObject_API->flags_type) macro
|