Home
last modified time | relevance | path

Searched refs:pyg_type_from_object (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/pyl-gobject/pygobject-2.28.6/gobject/
H A Dgobjectmodule.c115 if ((type = pyg_type_from_object(gtype)) == 0) in pyg_type_name()
159 if ((type = pyg_type_from_object(gtype)) == 0) in pyg_type_parent()
181 if ((type = pyg_type_from_object(gtype)) == 0) in pyg_type_is_a()
202 if ((type = pyg_type_from_object(gtype)) == 0) in pyg_type_children()
233 if ((type = pyg_type_from_object(gtype)) == 0) in pyg_type_interfaces()
428 param_types[i] = pyg_type_from_object(item); in create_signal()
855 prop_type = pyg_type_from_object(py_prop_type); in add_properties()
1096 itype = pyg_type_from_object(base); in pyg_type_add_interfaces()
1335 instance_type = pyg_type_from_object(py_type); in pyg_signal_new()
1358 param_types[i] = pyg_type_from_object(item); in pyg_signal_new()
[all …]
H A Dpygtype.c288 else if ((parent = pyg_type_from_object(gparent)) == 0) in _wrap_g_type_is_a()
321 if (!(type = pyg_type_from_object(py_object))) in pyg_type_wrapper_init()
446 pyg_type_from_object(PyObject *obj) in pyg_type_from_object() function
701 type = pyg_type_from_object((PyObject*)Py_TYPE(item)); in pyg_value_array_from_pyobject()
942 type = pyg_type_from_object((PyObject*)Py_TYPE(obj)); in pyg_value_from_pyobject()
1555 gtype = pyg_type_from_object(type); in object_doc_descr_get()
/dports/devel/pyl-gobject/pygobject-2.28.6/gi/
H A Dgimodule.c45 g_type = pyg_type_from_object (py_g_type); in _wrap_pyg_enum_add()
132 g_type = pyg_type_from_object (py_g_type); in _wrap_pyg_flags_add()
220 g_type = pyg_type_from_object (py_g_type); in _wrap_pyg_set_object_has_new_constructor()
249 g_type = pyg_type_from_object (py_g_type); in _wrap_pyg_register_interface_info()
352 implementor_gtype = pyg_type_from_object (py_type); in _wrap_pyg_hook_up_vfunc_implementation()
403 implementor_gtype = pyg_type_from_object (py_type);
H A Dpygi-boxed.c43 g_type = pyg_type_from_object ( (PyObject *) self); in _boxed_dealloc()
159 ( (PyGBoxed *) self)->gtype = pyg_type_from_object ( (PyObject *) type); in _pygi_boxed_new()
H A Dpygi-property.c101 g_type = pyg_type_from_object ((PyObject *)instance); in pygi_get_property_value_real()
233 g_type = pyg_type_from_object ((PyObject *)instance); in pygi_set_property_value_real()
H A Dpygi-struct.c123 g_type = pyg_type_from_object ( (PyObject *) type); in _pygi_struct_new()
H A Dpygi-signal-closure.c210 g_type = pyg_type_from_object ((PyObject *)instance); in pygi_signal_closure_new_real()
/dports/devel/pygobject3-common/pygobject-3.38.0/gi/
H A Dgimodule.c438 prop_type = pyg_type_from_object(py_prop_type); in pyg_param_spec_from_object()
600 prop_type = pyg_type_from_object(py_prop_type); in add_properties()
778 param_types[i] = pyg_type_from_object(item); in create_signal()
1157 itype = pyg_type_from_object(base); in pyg_type_add_interfaces()
1379 if (pyg_type_from_object((PyObject *) class) == in _wrap_pyg_type_register()
1490 g_type = pyg_type_from_object (py_g_type); in _wrap_pyg_enum_add()
1609 g_type = pyg_type_from_object (py_g_type); in _wrap_pyg_flags_add()
1731 g_type = pyg_type_from_object (py_g_type); in _wrap_pyg_register_interface_info()
2138 instance_type = pyg_type_from_object(py_type); in pyg_signal_new()
2168 param_types[i] = pyg_type_from_object(item); in pyg_signal_new()
[all …]
H A Dpygi-type.h52 GType pyg_type_from_object (PyObject *obj);
H A Dpygi-value.c215 type = pyg_type_from_object((PyObject*)Py_TYPE(item)); in pyg_value_array_from_pyobject()
283 type = pyg_type_from_object((PyObject*)Py_TYPE(item)); in pyg_array_from_pyobject()
498 g_value_set_gtype (value, pyg_type_from_object (obj)); in pyg_value_from_pyobject_with_error()
523 type = pyg_type_from_object((PyObject*)Py_TYPE(obj)); in pyg_value_from_pyobject_with_error()
H A Dpygi-struct-marshal.c274 g_type_is_a (pyg_type_from_object (py_arg), g_type)) { in pygi_arg_struct_from_py_marshal()
289 pyg_type_from_object (py_arg) != G_TYPE_VARIANT) { in pygi_arg_struct_from_py_marshal()
505 GType gtype = pyg_type_from_object (py_arg); in arg_type_class_from_py_marshal()
H A Dpygi-type.c409 else if ((parent = pyg_type_from_object(gparent)) == 0) in _wrap_g_type_is_a()
442 if (!(type = pyg_type_from_object(py_object))) in pyg_type_wrapper_init()
566 pyg_type_from_object(PyObject *obj) in pyg_type_from_object() function
1207 gtype = pyg_type_from_object(type); in object_doc_descr_get()
H A Dpygi-struct.c199 g_type = pyg_type_from_object ( (PyObject *) type); in pygi_struct_new()
H A Dpygi-boxed.c192 ( (PyGBoxed *) self)->gtype = pyg_type_from_object ( (PyObject *) type); in pygi_boxed_new()
/dports/devel/py-gobject3/pygobject-3.38.0/gi/
H A Dgimodule.c438 prop_type = pyg_type_from_object(py_prop_type); in pyg_param_spec_from_object()
600 prop_type = pyg_type_from_object(py_prop_type); in add_properties()
778 param_types[i] = pyg_type_from_object(item); in create_signal()
1157 itype = pyg_type_from_object(base); in pyg_type_add_interfaces()
1379 if (pyg_type_from_object((PyObject *) class) == in _wrap_pyg_type_register()
1490 g_type = pyg_type_from_object (py_g_type); in _wrap_pyg_enum_add()
1609 g_type = pyg_type_from_object (py_g_type); in _wrap_pyg_flags_add()
1731 g_type = pyg_type_from_object (py_g_type); in _wrap_pyg_register_interface_info()
2138 instance_type = pyg_type_from_object(py_type); in pyg_signal_new()
2168 param_types[i] = pyg_type_from_object(item); in pyg_signal_new()
[all …]
H A Dpygi-type.h52 GType pyg_type_from_object (PyObject *obj);
H A Dpygi-value.c215 type = pyg_type_from_object((PyObject*)Py_TYPE(item)); in pyg_value_array_from_pyobject()
283 type = pyg_type_from_object((PyObject*)Py_TYPE(item)); in pyg_array_from_pyobject()
498 g_value_set_gtype (value, pyg_type_from_object (obj)); in pyg_value_from_pyobject_with_error()
523 type = pyg_type_from_object((PyObject*)Py_TYPE(obj)); in pyg_value_from_pyobject_with_error()
H A Dpygi-struct-marshal.c274 g_type_is_a (pyg_type_from_object (py_arg), g_type)) { in pygi_arg_struct_from_py_marshal()
289 pyg_type_from_object (py_arg) != G_TYPE_VARIANT) { in pygi_arg_struct_from_py_marshal()
505 GType gtype = pyg_type_from_object (py_arg); in arg_type_class_from_py_marshal()
H A Dpygi-type.c409 else if ((parent = pyg_type_from_object(gparent)) == 0) in _wrap_g_type_is_a()
442 if (!(type = pyg_type_from_object(py_object))) in pyg_type_wrapper_init()
566 pyg_type_from_object(PyObject *obj) in pyg_type_from_object() function
1207 gtype = pyg_type_from_object(type); in object_doc_descr_get()
H A Dpygi-boxed.c192 ( (PyGBoxed *) self)->gtype = pyg_type_from_object ( (PyObject *) type); in pygi_boxed_new()
H A Dpygi-struct.c199 g_type = pyg_type_from_object ( (PyObject *) type); in pygi_struct_new()
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/gtk/
H A Dgtkwidget.override182 if ((itype = pyg_type_from_object(py_itype)) == 0)
232 if ((itype = pyg_type_from_object(py_itype)) == 0)
403 if ((gtype = pyg_type_from_object(cls)) == 0)
435 if ((gtype = pyg_type_from_object(cls)) == 0)
488 if ((itype = pyg_type_from_object(py_itype)) == 0)
533 if ((gtype = pyg_type_from_object(cls)) == 0)
560 if ((gtype = pyg_type_from_object(cls)) == 0)
H A Dgtkcontainer.override574 if ((itype = pyg_type_from_object(py_itype)) == 0)
619 if ((itype = pyg_type_from_object(self)) == 0)
671 if ((itype = pyg_type_from_object(py_itype)) == 0)
728 if ((itype = pyg_type_from_object(self)) == 0)
1027 klass = g_type_class_ref(pyg_type_from_object(cls));
1070 klass = g_type_class_ref(pyg_type_from_object(cls));
1121 klass = g_type_class_ref(pyg_type_from_object(cls));
/dports/multimedia/py-gstreamer1/gst-python-1.16.3/plugin/
H A Dgstpythonplugin.c94 if (!g_type_is_a (pyg_type_from_object (class), GST_TYPE_ELEMENT)) { in gst_python_plugin_load_file()
107 pyg_type_from_object (class)); in gst_python_plugin_load_file()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/
H A Dgimpui.c480 GType obj_type = pyg_type_from_object((PyObject *) self); in _wrap_gimp_cell_renderer_toggle_new()
584 GType obj_type = pyg_type_from_object((PyObject *) self); in _wrap_gimp_chain_button_new()
698 GType obj_type = pyg_type_from_object((PyObject *) self); in _wrap_gimp_color_area_new()
1699 GType obj_type = pyg_type_from_object((PyObject *) self); in _wrap_gimp_color_profile_combo_box_new_with_model()
1835 GType obj_type = pyg_type_from_object((PyObject *) self); in _wrap_gimp_color_profile_store_new()
2591 if ((page_type = pyg_type_from_object(py_page_type)) == 0) in _wrap_gimp_color_notebook_set_has_page()
2942 if ((enum_type = pyg_type_from_object(py_enum_type)) == 0) in _wrap_gimp_enum_label_new()
3029 GType obj_type = pyg_type_from_object((PyObject *) self); in _wrap_gimp_frame_new()
3108 GType obj_type = pyg_type_from_object((PyObject *) self); in _wrap_gimp_hint_box_new()
4761 GType obj_type = pyg_type_from_object((PyObject *) self); in _wrap_gimp_number_pair_entry_new()
[all …]

123