Home
last modified time | relevance | path

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

/dports/lang/vala/vala-0.48.18/vala/
H A Dvalasourcefile.c1683 GType vala_source_file_type_type_id; in vala_source_file_type_get_type_once() local
1684 vala_source_file_type_type_id = g_enum_register_static ("ValaSourceFileType", values); in vala_source_file_type_get_type_once()
1685 return vala_source_file_type_type_id; in vala_source_file_type_get_type_once()
1693 GType vala_source_file_type_type_id; in vala_source_file_type_get_type() local
1694 vala_source_file_type_type_id = vala_source_file_type_get_type_once (); in vala_source_file_type_get_type()
1695 g_once_init_leave (&vala_source_file_type_type_id__volatile, vala_source_file_type_type_id); in vala_source_file_type_get_type()