Searched refs:argument_type (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbusctl-introspect.c203 _cleanup_free_ char *node_path = NULL, *argument_type = NULL, *argument_direction = NULL; local
454 if (argument_type) {
456 if (!strextend(&context->member_signature, argument_type, NULL))
459 if (!strextend(&context->member_result, argument_type, NULL))
464 argument_type = mfree(argument_type);
490 free(argument_type);
491 argument_type = name;
601 if (argument_type) {
602 if (!strextend(&context->member_signature, argument_type, NUL
[all...]

Completed in 10 milliseconds