Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dbus-introspect.c161 static int introspect_write_arguments(struct introspect *i, const char *signature, const char **nam… in introspect_write_arguments() function
227introspect_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()
247introspect_write_arguments(i, strempty(v->x.signal.signature), &names, NULL); in introspect_write_interface()