Home
last modified time | relevance | path

Searched refs:PyGObject_Type (Results 1 – 25 of 87) sorted by relevance

1234

/dports/devel/pygobject3-common/pygobject-3.38.0/gi/
H A Dpygobject-object.c913 if (slot == TYPE_SLOT(&PyGObject_Type) || in pygobject_find_slot_for()
1617 if (!PyObject_TypeCheck(target, &PyGObject_Type)) { in pygobject_bind_property()
2426 PyGObject_Type.tp_repr = (reprfunc)pygobject_repr; in pyi_object_register_types()
2427 PyGObject_Type.tp_hash = (hashfunc)pygobject_hash; in pyi_object_register_types()
2434 PyGObject_Type.tp_methods = pygobject_methods; in pyi_object_register_types()
2435 PyGObject_Type.tp_getset = pygobject_getsets; in pyi_object_register_types()
2439 PyGObject_Type.tp_init = (initproc)pygobject_init; in pyi_object_register_types()
2440 PyGObject_Type.tp_free = (freefunc)pygobject_free; in pyi_object_register_types()
2441 PyGObject_Type.tp_alloc = PyType_GenericAlloc; in pyi_object_register_types()
2442 PyGObject_Type.tp_new = PyType_GenericNew; in pyi_object_register_types()
[all …]
/dports/devel/py-gobject3/pygobject-3.38.0/gi/
H A Dpygobject-object.c913 if (slot == TYPE_SLOT(&PyGObject_Type) || in pygobject_find_slot_for()
1617 if (!PyObject_TypeCheck(target, &PyGObject_Type)) { in pygobject_bind_property()
2426 PyGObject_Type.tp_repr = (reprfunc)pygobject_repr; in pyi_object_register_types()
2427 PyGObject_Type.tp_hash = (hashfunc)pygobject_hash; in pyi_object_register_types()
2434 PyGObject_Type.tp_methods = pygobject_methods; in pyi_object_register_types()
2435 PyGObject_Type.tp_getset = pygobject_getsets; in pyi_object_register_types()
2439 PyGObject_Type.tp_init = (initproc)pygobject_init; in pyi_object_register_types()
2440 PyGObject_Type.tp_free = (freefunc)pygobject_free; in pyi_object_register_types()
2441 PyGObject_Type.tp_alloc = PyType_GenericAlloc; in pyi_object_register_types()
2442 PyGObject_Type.tp_new = PyType_GenericNew; in pyi_object_register_types()
[all …]
/dports/devel/pyl-gobject/pygobject-2.28.6/gobject/
H A Dpygobject.c861 if (slot == TYPE_SLOT(&PyGObject_Type) || in pygobject_find_slot_for()
2346 PyGObject_Type.tp_repr = (reprfunc)pygobject_repr; in pygobject_object_register_types()
2347 PyGObject_Type.tp_hash = (hashfunc)pygobject_hash; in pygobject_object_register_types()
2352 PyGObject_Type.tp_clear = (inquiry)pygobject_clear; in pygobject_object_register_types()
2354 PyGObject_Type.tp_methods = pygobject_methods; in pygobject_object_register_types()
2355 PyGObject_Type.tp_getset = pygobject_getsets; in pygobject_object_register_types()
2357 PyGObject_Type.tp_init = (initproc)pygobject_init; in pygobject_object_register_types()
2358 PyGObject_Type.tp_free = (freefunc)pygobject_free; in pygobject_object_register_types()
2359 PyGObject_Type.tp_alloc = PyType_GenericAlloc; in pygobject_object_register_types()
2360 PyGObject_Type.tp_new = PyType_GenericNew; in pygobject_object_register_types()
[all …]
/dports/devel/pyl-gobject/pygobject-2.28.6/tests/
H A Dtesthelpermodule.c11 #define PyGObject_Type (*_PyGObject_Type) macro
564 &PyGObject_Type,
576 &PyGObject_Type));
587 &PyGObject_Type));
598 &PyGObject_Type));
609 &PyGObject_Type));
/dports/devel/pyl-gobject/pygobject-2.28.6/gi/
H A Dpygobject-external.h32 #define PyGObject_Type (*_PyGObject_Type) macro
/dports/japanese/tomoe/tomoe-0.6.0/bindings/python/
H A Dtomoe.override20 import gobject.GObject as PyGObject_Type
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-uiutils.c10 if (!pyobj || pyobj == Py_None || !pygobject_check(pyobj, PyGObject_Type)) \
30 static PyTypeObject *PyGObject_Type = NULL; variable
433 PyGObject_Type = (PyTypeObject *) PyObject_GetAttrString(m, "GObject"); in initui_utils()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-uiutils.c10 if (!pyobj || pyobj == Py_None || !pygobject_check(pyobj, PyGObject_Type)) \
30 static PyTypeObject *PyGObject_Type = NULL; variable
433 PyGObject_Type = (PyTypeObject *) PyObject_GetAttrString(m, "GObject"); in initui_utils()
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-uiutils.c10 if (!pyobj || pyobj == Py_None || !pygobject_check(pyobj, PyGObject_Type)) \
30 static PyTypeObject *PyGObject_Type = NULL; variable
433 PyGObject_Type = (PyTypeObject *) PyObject_GetAttrString(m, "GObject"); in initui_utils()
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-uiutils.c10 if (!pyobj || pyobj == Py_None || !pygobject_check(pyobj, PyGObject_Type)) \
30 static PyTypeObject *PyGObject_Type = NULL; variable
433 PyGObject_Type = (PyTypeObject *) PyObject_GetAttrString(m, "GObject"); in initui_utils()
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-uiutils.c10 if (!pyobj || pyobj == Py_None || !pygobject_check(pyobj, PyGObject_Type)) \
30 static PyTypeObject *PyGObject_Type = NULL; variable
433 PyGObject_Type = (PyTypeObject *) PyObject_GetAttrString(m, "GObject"); in initui_utils()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-uiutils.c10 if (!pyobj || pyobj == Py_None || !pygobject_check(pyobj, PyGObject_Type)) \
30 static PyTypeObject *PyGObject_Type = NULL; variable
433 PyGObject_Type = (PyTypeObject *) PyObject_GetAttrString(m, "GObject"); in initui_utils()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-uiutils.c10 if (!pyobj || pyobj == Py_None || !pygobject_check(pyobj, PyGObject_Type)) \
30 static PyTypeObject *PyGObject_Type = NULL; variable
433 PyGObject_Type = (PyTypeObject *) PyObject_GetAttrString(m, "GObject"); in initui_utils()
/dports/devel/geany-plugin-pg/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-uiutils.c10 if (!pyobj || pyobj == Py_None || !pygobject_check(pyobj, PyGObject_Type)) \
30 static PyTypeObject *PyGObject_Type = NULL; variable
433 PyGObject_Type = (PyTypeObject *) PyObject_GetAttrString(m, "GObject"); in initui_utils()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-uiutils.c10 if (!pyobj || pyobj == Py_None || !pygobject_check(pyobj, PyGObject_Type)) \
30 static PyTypeObject *PyGObject_Type = NULL; variable
433 PyGObject_Type = (PyTypeObject *) PyObject_GetAttrString(m, "GObject"); in initui_utils()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-uiutils.c10 if (!pyobj || pyobj == Py_None || !pygobject_check(pyobj, PyGObject_Type)) \
30 static PyTypeObject *PyGObject_Type = NULL; variable
433 PyGObject_Type = (PyTypeObject *) PyObject_GetAttrString(m, "GObject"); in initui_utils()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-uiutils.c10 if (!pyobj || pyobj == Py_None || !pygobject_check(pyobj, PyGObject_Type)) \
30 static PyTypeObject *PyGObject_Type = NULL; variable
433 PyGObject_Type = (PyTypeObject *) PyObject_GetAttrString(m, "GObject"); in initui_utils()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-uiutils.c10 if (!pyobj || pyobj == Py_None || !pygobject_check(pyobj, PyGObject_Type)) \
30 static PyTypeObject *PyGObject_Type = NULL; variable
433 PyGObject_Type = (PyTypeObject *) PyObject_GetAttrString(m, "GObject"); in initui_utils()
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-uiutils.c10 if (!pyobj || pyobj == Py_None || !pygobject_check(pyobj, PyGObject_Type)) \
30 static PyTypeObject *PyGObject_Type = NULL; variable
433 PyGObject_Type = (PyTypeObject *) PyObject_GetAttrString(m, "GObject"); in initui_utils()
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-uiutils.c10 if (!pyobj || pyobj == Py_None || !pygobject_check(pyobj, PyGObject_Type)) \
30 static PyTypeObject *PyGObject_Type = NULL; variable
433 PyGObject_Type = (PyTypeObject *) PyObject_GetAttrString(m, "GObject"); in initui_utils()
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-uiutils.c10 if (!pyobj || pyobj == Py_None || !pygobject_check(pyobj, PyGObject_Type)) \
30 static PyTypeObject *PyGObject_Type = NULL; variable
433 PyGObject_Type = (PyTypeObject *) PyObject_GetAttrString(m, "GObject"); in initui_utils()
/dports/devel/geany-plugin-vc/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-uiutils.c10 if (!pyobj || pyobj == Py_None || !pygobject_check(pyobj, PyGObject_Type)) \
30 static PyTypeObject *PyGObject_Type = NULL; variable
433 PyGObject_Type = (PyTypeObject *) PyObject_GetAttrString(m, "GObject"); in initui_utils()
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-uiutils.c10 if (!pyobj || pyobj == Py_None || !pygobject_check(pyobj, PyGObject_Type)) \
30 static PyTypeObject *PyGObject_Type = NULL; variable
433 PyGObject_Type = (PyTypeObject *) PyObject_GetAttrString(m, "GObject"); in initui_utils()
/dports/devel/geany-plugin-markdown/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-uiutils.c10 if (!pyobj || pyobj == Py_None || !pygobject_check(pyobj, PyGObject_Type)) \
30 static PyTypeObject *PyGObject_Type = NULL; variable
433 PyGObject_Type = (PyTypeObject *) PyObject_GetAttrString(m, "GObject"); in initui_utils()
/dports/devel/geany-plugin-miniscript/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-uiutils.c10 if (!pyobj || pyobj == Py_None || !pygobject_check(pyobj, PyGObject_Type)) \
30 static PyTypeObject *PyGObject_Type = NULL; variable
433 PyGObject_Type = (PyTypeObject *) PyObject_GetAttrString(m, "GObject"); in initui_utils()

1234