Home
last modified time | relevance | path

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

/dports/lang/vala/vala-0.48.18/ccode/
H A Dvalaccodefunctioncall.c214 vala_ccode_function_call_class_init (ValaCCodeFunctionCallClass * klass, in vala_ccode_function_call_class_init()
251 …static const GTypeInfo g_define_type_info = { sizeof (ValaCCodeFunctionCallClass), (GBaseInitFunc)… in vala_ccode_function_call_get_type_once()
H A Dvalaccode.h391 …ass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALA_TYPE_CCODE_FUNCTION_CALL, ValaCCodeFunctionCallClass))
394 …obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALA_TYPE_CCODE_FUNCTION_CALL, ValaCCodeFunctionCallClass))
397 typedef struct _ValaCCodeFunctionCallClass ValaCCodeFunctionCallClass; typedef