Home
last modified time | relevance | path

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

/dports/lang/vala/vala-0.48.18/libvaladoc/api/
H A Dsourcefile.c282 GType valadoc_api_source_file_type_id; in valadoc_api_source_file_get_type_once() local
283valadoc_api_source_file_type_id = g_type_register_static (G_TYPE_OBJECT, "ValadocApiSourceFile", &… in valadoc_api_source_file_get_type_once()
284 …ValadocApiSourceFile_private_offset = g_type_add_instance_private (valadoc_api_source_file_type_id in valadoc_api_source_file_get_type_once()
285 return valadoc_api_source_file_type_id; in valadoc_api_source_file_get_type_once()
293 GType valadoc_api_source_file_type_id; in valadoc_api_source_file_get_type() local
294 valadoc_api_source_file_type_id = valadoc_api_source_file_get_type_once (); in valadoc_api_source_file_get_type()
295 g_once_init_leave (&valadoc_api_source_file_type_id__volatile, valadoc_api_source_file_type_id); in valadoc_api_source_file_get_type()