Home
last modified time | relevance | path

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

/dports/lang/vala/vala-0.48.18/vala/
H A Dvalareport.c113 GType vala_report_colored_type_id; in vala_report_colored_get_type_once() local
114 vala_report_colored_type_id = g_enum_register_static ("ValaReportColored", values); in vala_report_colored_get_type_once()
115 return vala_report_colored_type_id; in vala_report_colored_get_type_once()
123 GType vala_report_colored_type_id; in vala_report_colored_get_type() local
124 vala_report_colored_type_id = vala_report_colored_get_type_once (); in vala_report_colored_get_type()
125 g_once_init_leave (&vala_report_colored_type_id__volatile, vala_report_colored_type_id); in vala_report_colored_get_type()