Searched refs:introspect_write_arguments (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/libsystemd/sd-bus/ |
D | bus-introspect.c | 161 static int introspect_write_arguments(struct introspect *i, const char *signature, const char **nam… in introspect_write_arguments() function 227 … introspect_write_arguments(i, strempty(v->x.method.signature), &names, "in"); in introspect_write_interface() 228 introspect_write_arguments(i, strempty(v->x.method.result), &names, "out"); in introspect_write_interface() 247 … introspect_write_arguments(i, strempty(v->x.signal.signature), &names, NULL); in introspect_write_interface()
|