export type TypeGirFunction =
	| "constructor"
	| "function"
	| "method"
	| "static-function"
	| "signal"
	| "virtual"
	| "callback";
