Home
last modified time | relevance | path

Searched refs:glib_type_struct (Results 1 – 10 of 10) sorted by relevance

/dports/devel/gobject-introspection/gobject-introspection-1.70.0/giscanner/
H A Dsectionparser.py145 append_symbol(section, node.glib_type_struct.target_giname.replace('.', ''))
H A Dgirwriter.py490 if node.glib_type_struct is not None:
492 self._type_to_name(node.glib_type_struct)))
H A Dast.py1209 self.glib_type_struct = None
1256 self.glib_type_struct = None
H A Dgdumpparser.py540 cls.glib_type_struct = pair_record.create_type()
H A Dmaintransformer.py1412 if not node.glib_type_struct:
1419 class_struct = self._transformer.lookup_typenode(node.glib_type_struct)
H A Dgirparser.py272 obj.glib_type_struct = self._namespace.type_from_name(type_struct)
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/girepository/
H A Dgirnode.c312 g_free (iface->glib_type_struct); in _g_ir_node_free()
682 if (iface->glib_type_struct) in _g_ir_node_get_full_size_internal()
683 size += ALIGN_VALUE (strlen (iface->glib_type_struct) + 1, 4); in _g_ir_node_get_full_size_internal()
2165 if (object->glib_type_struct) in _g_ir_node_build_typelib()
2166 blob->gtype_struct = find_entry (build, object->glib_type_struct); in _g_ir_node_build_typelib()
2231 if (iface->glib_type_struct) in _g_ir_node_build_typelib()
2232 blob->gtype_struct = find_entry (build, iface->glib_type_struct); in _g_ir_node_build_typelib()
H A Dgirnode.h258 gchar *glib_type_struct; member
H A Dgirparser.c1773 const gchar *glib_type_struct; in start_interface() local
1786 glib_type_struct = find_attribute ("glib:type-struct", attribute_names, attribute_values); in start_interface()
1810 iface->glib_type_struct = g_strdup (glib_type_struct); in start_interface()
1833 const gchar *glib_type_struct; in start_class() local
1855 glib_type_struct = find_attribute ("glib:type-struct", attribute_names, attribute_values); in start_class()
1889 iface->glib_type_struct = g_strdup (glib_type_struct); in start_class()
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/contrib/
H A Dbinding.py53 glib_type_struct = QName(glib_uri, "type-struct").text variable
1532 self.node.get(glib_type_struct))