Searched refs:ast_type (Results 1 – 1 of 1) sorted by relevance
88 static GType ast_type = 0; in ast_get_type() local108 if (ast_type) in ast_get_type()109 return ast_type; in ast_get_type()112 ast_type = g_type_register_static(G_TYPE_OBJECT, "AstNode", in ast_get_type()116 g_type_add_interface_static(ast_type, GTK_TYPE_TREE_MODEL, &tree_model_info); in ast_get_type()118 return ast_type; in ast_get_type()