Home
last modified time | relevance | path

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

/dports/lang/vala/vala-0.48.18/vala/
H A Dvalacallable.c37 return VALA_CALLABLE_GET_INTERFACE (self)->get_return_type (self); in vala_callable_get_return_type()
45 VALA_CALLABLE_GET_INTERFACE (self)->set_return_type (self, value); in vala_callable_set_return_type()
58 VALA_CALLABLE_GET_INTERFACE (self)->add_parameter (self, param); in vala_callable_add_parameter()
68 return VALA_CALLABLE_GET_INTERFACE (self)->get_parameters (self); in vala_callable_get_parameters()
H A Dvala.h304 #define VALA_CALLABLE_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), VALA_TYPE_CALLABLE,… macro