Home
last modified time | relevance | path

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

/dports/lang/vala/vala-0.48.18/libvaladoc/api/
H A Dtypereference.c602 GType valadoc_api_typereference_type_id; in valadoc_api_typereference_get_type_once() local
603valadoc_api_typereference_type_id = g_type_register_static (VALADOC_API_TYPE_ITEM, "ValadocApiType… in valadoc_api_typereference_get_type_once()
604 …TypeReference_private_offset = g_type_add_instance_private (valadoc_api_typereference_type_id, siz… in valadoc_api_typereference_get_type_once()
605 return valadoc_api_typereference_type_id; in valadoc_api_typereference_get_type_once()
613 GType valadoc_api_typereference_type_id; in valadoc_api_typereference_get_type() local
614 valadoc_api_typereference_type_id = valadoc_api_typereference_get_type_once (); in valadoc_api_typereference_get_type()
615 …_once_init_leave (&valadoc_api_typereference_type_id__volatile, valadoc_api_typereference_type_id); in valadoc_api_typereference_get_type()